Add user to an organization
POST/v1/organizations/:organizationId/users
Add user to an organization
Request
Path Parameters
organizationId stringrequired
- application/json
Body
required
email stringrequired
User's email
role stringrequired
Possible values: [OWNER
, ADMIN
]
The role of the user within the organization.
Responses
- 200
- 201
- 400
- 409
User has been added to the organization
Bad Request
User already in the organization
Loading...