Update Organization Trust Using PATCH
Update organization trust.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Owner | ✔️ | ✔️ |
Unique identifier (GUID) of the organization.
Unique identifier ot the uni-directional trust.
{
"allowedScopes": {
"allScopes": false,
"organizationScopes": {
"allRoles": false,
"roles": [
{
"name": "string",
"resources": [
"string"
]
}
]
},
"servicesScopes": [
{
"allRoles": false,
"roles": [
{
"name": "string",
"resources": [
"string"
]
}
],
"serviceDefinitionId": "string"
}
]
},
"description": "string",
"expiresAt": 0,
"status": "string"
}
Defines the properties of the allowed scopes for organization trust.
The description about the trust.
The timestamp the trust expires at (measured in number of milliseconds since 1/1/1970 UTC).
The status of the organization trust. Update of the status is currently restricted.
OK
"OrganizationTrustDto Object"
Defines the properties of the allowed scopes for organization trust.
Timestamp, measured in number of milliseconds since 1/1/1970 UTC, indicating when the organization trust was created.
The username (email) of the user who created the organization trust.
The description about the trust.
The timestamp the trust expires at (measured in number of milliseconds since 1/1/1970 UTC).
Timestamp, measured in number of milliseconds since 1/1/1970 UTC, indicating when the organization trust was last updated.
The username (email) of the user who last updated the organization trust.
The status of the organization trust.
Unique identifier (GUID) of the trust.
Unique identifier (GUID) of the trusted organization that is the beneficiary of the trust. Typically the management org.
Unique identifier (GUID) of the trusted organization that is the beneficiary of the trust. Typically the management org.
The type of the organization trust.
Cannot update non-active organization trust.
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user is not authorized to use the API
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user is forbidden to use the API
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
Organization trust with this identifier is not found.
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The request could not be processed due to a conflict
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user has sent too many requests
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
An unexpected error has occurred while processing the request
"CspErrorResponse Object"
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'