Skip to main content
GET
/
users
/
me
Get Current User
curl --request GET \
  --url https://api.ag.dev/v0.1/users/me \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "organizationId": "<string>",
  "tesseralUserId": "<string>",
  "tesseralOrganizationId": "<string>",
  "displayName": "<string>",
  "email": "<string>",
  "profilePictureUrl": "<string>",
  "isOrganizationOwner": true,
  "organizationName": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Response

Current user information

id
string
required

User ID

organizationId
string
required

Organization ID

tesseralUserId
string
required

Tesseral user ID

tesseralOrganizationId
string
required

Tesseral organization ID

isOrganizationOwner
boolean
required

Whether the user is the organization owner

createdAt
string<date-time>
required

User creation timestamp

updatedAt
string<date-time>
required

User last update timestamp

displayName
string | null

User's display name

email
string | null

User's email address

profilePictureUrl
string | null

User's profile picture URL

organizationName
string | null

Organization display name