Fetch Current User
GET/v1/user/
Fetch Current User
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD1
- MOD1
Array [
- MOD1
]
Unique user id
The users nickname
The users name as registered in auth0
picture
object
required
The users profile image
anyOf
string
The last time user information was updated on Auth0 side.
default_organization
object
The users default organization.
anyOf
string
stripe_customer_id
object
The users stripe account.
anyOf
string
The user email
organizations
object[]
All of the organizations this user belongs to
Organization ID
User nickname
Unique user id
Possible values: [OWNER, ADMIN, MEMBER, VIEWER, EXTERNAL, GUEST, NONE]
User access role in organization
Possible values: [atlas_demo, atlas_enterprise, atlas_team, atlas_plus, atlas_research, atlas_starter, atlas_startup, atlas_pro, mock, free_test_user, pro, enterprise, free, research]
The master list of available plans for organizations.
permissions
object
required
User permissions in organization
slug
object
required
The organization url-safe slug
anyOf
string
Whether or not the user is wait-listed for Atlas access
{
"sub": "string",
"nickname": "string",
"name": "string",
"picture": "string",
"updated_at": "2024-07-29T15:51:28.071Z",
"default_organization": "string",
"stripe_customer_id": "string",
"email": "string",
"organizations": [
{
"organization_id": "string",
"nickname": "string",
"user_id": "string",
"access_role": "OWNER",
"plan_type": "atlas_demo",
"permissions": {},
"slug": "string"
}
],
"waitlisted": false
}