For the complete documentation index, see llms.txt. This page is also available as Markdown.

Users

Retrieve information about the user authenticated by the current personal access token.

Get the current user

get

Retrieve the user associated with the personal access token used to authenticate the request.

Authorizations
AuthorizationstringRequired

Authenticate as a user with a personal access token.

Send it as a bearer token in the Authorization header:

Authorization: Bearer <personal-access-token>

Personal access tokens act on behalf of the user that created them and are required by endpoints that perform user actions, such as reviewing builds and posting comments.

Responses
200

The authenticated user

application/json

A user.

idstringRequired
slugstringRequired
namestring · nullableRequired
get/me

Last updated

Was this helpful?