Create Organization Trust
DescriptionCreate organization trust between two organizations.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Owner | ✔️ | ✔️ |
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
Request Body
{
"allowedScopes": {},
"trustedOrgId": "string"
}
Defines the properties of the allowed scopes for organization trust.
Unique identifier (GUID) of the trusted organization.
The description about the trust.
The timestamp the trust expires at (measured in number of seconds since 1/1/1970 UTC).
The type of the organization trust.
Possible values are: HIERARCHY , CUSTOM , PARTNER
Authentication
Response
Response BodyResponse Body
201 Created
{
"id": "string"
}
The unique identifier of the resource.
Errors
Organization trust cannot expire in the past.
The user is not authorized to use the API
The user is forbidden to use the API
Organization with this identifier is not found.
Active or pending organization trust between the organizations already exist.
The user has sent too many requests
An unexpected error has occurred while processing the request