Get User

Beta
Get the authenticated User based on the provided access token

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object.
idstring
The UUID of the User
loginstring
The username of the User
namestring
The full name of the User
emailstring
The email address of the User
avatarUrlstring
URL to the User's profile picture
providerUrlstring
URL to the User's profile on the authentication provider
createdAtdatetime
Timestamp when the User was created
updatedAtdatetime
Timestamp when the User was last updated

Errors