Skip to main content

Add Organization Member

POST 

/v1/organization/members/add

⚠️ WARNING

This endpoint is unstable & not officially supported. It may be deprecated and removed in future API versions.

Add Organization Member

Request

Body

required

    user_id

    object

    Unique user id

    anyOf

    string

    email

    object

    The email address associated with an Atlas account

    anyOf

    string

    access_role AccessRole (string)required

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

    The access role the new user should have: MEMBER, ADMIN, OWNER

    organization_id Organization Id (string)required

    Unique organization id

Responses

Successful Response

Schema

    result Result (string)

    Default value: ok

Loading...