Skip to main content
PUT
Add a user to an org

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

organizationId
string
required

Id of organization to add a user to. This is the id of the org in the users collection, not the organizations collection.

Body

application/json
organizationRole
enum<string>
required

Role of member in the organization.

Available options:
member,
admin
userId
string
required

Id of the user in the org.

Example:

"6234c9542bc6731e3471ade8"

Response

Success

metadata
object
required
org
object
required
Last modified on August 18, 2026