Get Organization Trusts
DescriptionGet organization trusts.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Owner | ✔️ | ✔️ |
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
Query Parameters
Query Parameters
Specifies the maximum results per page for every call.
Specifies the index that the set of results will begin with
Unique identifier ot the trust
The status of the organization trust.
Possible values are: ACTIVE , DEACTIVATED , EXPIRED , EXPIRATION_PROCESSING , EXPIRATION_PROCESSING_FAILED , ORG_DEACTIVATED
Unique identifier (GUID) of the trusted organization.
Unique identifier (GUID) of the trustee organization.
The type of the organization trust.
Possible values are: HIERARCHY
Authentication
Response
Response BodyResponse Body
200 OK
{
"nextLink": "/csp/serviceName/ResourceName?pageStart=60&pageLimit=15",
"prevLink": "/csp/serviceName/ResourceName?pageStart=30&pageLimit=15",
"totalResults": 2000
}
Relative path to next page if exists. Not returned for POST requests.
Relative path to previous page if exists. Not returned for POST requests.
Total number of results if available.
Errors
The user is not authorized to use the API
The user is forbidden to use the API
The requested resource could not be found
The user has sent too many requests
An unexpected error has occurred while processing the request
Code Samples
cURL Command
Vendor Extensions
x-required-roles: org_owner
x-slo-tier: TIER2