githubEdit

Users

circle-info

This document uses the REST API. For more details, see the Authentication for API page.

My User Details

get

Retrieves information about the the user making the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
versionstringRequired

Requested API version

Example: 2021-06-04Pattern: ^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Responses
chevron-right
200

Current user is returned

application/vnd.api+json
get
/self

Last updated

Was this helpful?