Skip to main content

Add user to an organization

POST 

/v1/organizations/:organizationId/users

Add user to an organization

Request

Path Parameters

    organizationId stringrequired

Body

required
    email stringrequired

    User's email

    role stringrequired

    Possible values: [OWNER, ADMIN]

    The role of the user within the organization.

Responses

User has been added to the organization

Loading...