Get SSO Domain Entities
Get a list of all entities in the SSO domain
SSO Domain Name
Search Criteria for the users and groups
OK
{
"elements": [
{
"id": "string",
"name": "string",
"type": "One among: USER, GROUP"
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}
The list of elements included in this page
Represents pageable elements pagination metadata
Unauthorized Request
{
"errorCode": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"cause": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
{
"errorCode": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"cause": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"ErrorResponse Object"
],
"referenceToken": "string"
}
],
"referenceToken": "string"
}
errorCode
arguments
context
message
remediationMessage
Describes a single error cause
nestedErrors
referenceToken
Forbidden request
"ErrorResponse Object"
errorCode
arguments
context
message
remediationMessage
Describes a single error cause
referenceToken
Internal Server Error
"ErrorResponse Object"
errorCode
arguments
context
message
remediationMessage
Describes a single error cause
referenceToken
curl -H 'Authorization: <value>' https://{api_host}/v1/sso-domains/{sso-domain}/entities