Add Organization Domain
POST/v2beta/organizations/:organizationId/domains
Add a new domain to an organization. The domains are used to identify to which organization a user belongs.
Required permission:
org.write
Request​
Responses​
- 200
- 403
- 404
- 409
- default
A successful response.
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
Domain already exists
An unexpected error response.