Skip to main content

Fetch Current User

GET 

/v1/user/

Fetch Current User

Responses

Successful Response

Schema

    sub Sub (string)required

    Unique user id

    nickname Nickname (string)required

    The users nickname

    name Name (string)required

    The users name as registered in auth0

    picture

    object

    required

    The users profile image

    anyOf

    string

    updated_at date-timerequired

    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

    email Email (string)required

    The user email

    organizations

    object[]

    All of the organizations this user belongs to

  • Array [

  • organization_id Organization Id (string)required

    Organization ID

    nickname Nickname (string)required

    User nickname

    user_id User Id (string)required

    Unique user id

    access_role AccessRole (string)required

    Possible values: [OWNER, ADMIN, MEMBER, VIEWER, EXTERNAL, GUEST, NONE]

    User access role in organization

    plan_type OrganizationPlan (string)required

    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

    property name* boolean

    slug

    object

    required

    The organization url-safe slug

    anyOf

    string

  • ]

  • waitlisted Waitlisted (boolean)

    Whether or not the user is wait-listed for Atlas access

Loading...