Skip to main content
GET
cURL
Using this endpoint, you can retrieve your own user. Authorize the request with a personal access token (PAT).

Authorizations

Authorization
string
header
required

Authenticate using an API token or personal access token (PAT). Include the token as a Bearer token: Authorization: Bearer <token>. For more information, see Tokens.

Response

200 - application/json

User

Represents a user in the system

email
string
required

User's email address

id
string
required

Unique identifier for the user

Example:

"usr_123456789"

name
string
required

User's full name

Example:

"John Doe"

role
object
required

Detailed information about a user's role