Get Current User
GET/v1alpha1/user
Scope(s): read_user_info
Retrieve the user associated with the access token provided to authorize the request.
NOTE: This endpoint cannot be used by client credentials grant type OAuth apps.
Responses
- 200
- 400
- 401
- 403
- 500
- default
A successful response.
Returned if required fields are omitted or if provided fields fail validation.
Returned if a valid Authorization header has not been included with the request.
Returned when the user does not have permission to access the resource.
Returned if an unexpected internal server error is encountered.
An unexpected error response.