Get All Organization O Auth Applications By Orgainzation Id Using GET
Get all Organization Managed OAuth Apps that were created and are owned by the organization.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Admin | ✔️ | ✔️ |
Organization Owner | ✔️ | ✔️ |
Developer | ✔️ | ✔️ |
Unique identifier (GUID) of the organization.
Specifies the index that the set of results will begin with
Specifies the maximum results per page for every call.
A search term to be used to filter OAuth apps by either display name or client id.
OK
{
"prevLink": "/csp/serviceName/ResourceName?pageStart=30&pageLimit=15",
"results": [
{
"allowedActorsAudienceExchange": [
"string"
],
"crossOrgAccessClaimsSupported": false,
"organizationId": "string",
"description": "string",
"maxAdditionalAttributesInIdToken": 0,
"lastUsedAt": 0,
"secretAge": 0,
"grantTypes": [
"string"
],
"secretRotationExpirationInSeconds": 0,
"displayName": "string",
"id": "string",
"redirectUris": [
"string"
],
"allowOpenRedirectUris": false,
"immutable": false,
"lastUpdatedBy": "string",
"isHidden": false,
"allowedScopes": {
"organizationScopes": {
"keptInToken": [
"string"
],
"allRoles": false,
"permissions": [
{
"resources": [
"string"
],
"permissionId": "string"
}
],
"allPermissions": false,
"roles": [
{
"name": "string",
"resource": "string"
}
]
},
"servicesScopes": [
{
"keptInToken": [
"string"
],
"allRoles": false,
"permissions": [
{
"resources": [
"string"
],
"permissionId": "string"
}
],
"serviceDefinitionId": "string",
"roles": [
{
"name": "string",
"resource": "string"
}
],
"allPermissions": false
}
],
"generalScopes": [
"string"
]
},
"maxGroupsInIdToken": 0,
"lastUpdatedAt": 0,
"createdAt": 0,
"allowedOrgs": [
{
"displayName": "string",
"id": "string",
"name": "string"
}
],
"accessTokenTTL": 0,
"ownerOnlySecretRotation": false,
"serviceDefinitionId": "string",
"publicClient": false,
"createdBy": "string",
"forcePkce": false,
"groupDomainAppendedInIDToken": false,
"postLogoutRedirectUris": [
"string"
],
"useCspIssuerUrl": false,
"maxCharactersInAccessToken": 0,
"additionalAttributeMasks": [
"string"
],
"refreshTokenTTL": 0,
"allowedActorsClientDelegate": [
"string"
]
}
],
"totalResults": 2000,
"nextLink": "/csp/serviceName/ResourceName?pageStart=60&pageLimit=15"
}
Relative path to previous page if exists. Not returned for POST requests.
Partial list of returned results.
Total number of results if available.
Relative path to next page if exists. Not returned for POST requests.
The user is not authorized to use the API
"CspErrorResponse Object"
cspErrorCode
message
errorCode
requestId
moduleCode
statusCode
The user is forbidden to use the API
"CspErrorResponse Object"
cspErrorCode
message
errorCode
requestId
moduleCode
statusCode
The requested resource could not be found
"CspErrorResponse Object"
cspErrorCode
message
errorCode
requestId
moduleCode
statusCode
The user has sent too many requests
"CspErrorResponse Object"
cspErrorCode
message
errorCode
requestId
moduleCode
statusCode
An unexpected error has occurred while processing the request
"CspErrorResponse Object"
cspErrorCode
message
errorCode
requestId
moduleCode
statusCode
curl -H 'Authorization: <value>' https://{api_host}/csp/gateway/am/api/orgs/{orgId}/oauth-apps