Parameter | Description |
---|---|
Filter | Valid filter string. Supported filter combinations: (userName), (externalId), (id and manager), (manager and id). Note that the use of id as an individual filter, though valid, should be avoided as a Get User action is already available.Supported comparison operator in filters: eq Filter must be specified as: <filterAttribute> eq "<filterValue>" |
{
"totalResults": 6,
"itemsPerPage": 0,
"startIndex": 2,
"schemas": [
"<string>"
],
"Resources": [
{
"id": "<string>",
"meta": {
"resourceType": "<string>",
"created": "<string>",
"lastModified": "<string>"
},
"schemas": [
"<string>"
],
"userName": "<string>",
"name": {
"familyName": "<string>",
"givenName": "<string>"
},
"displayName": "<string>",
"active": true,
"emails": [
{
"value": "<string>",
"type": "<string>",
"primary": true
}
]
},
{
"id": "<string>",
"meta": {
"resourceType": "<string>",
"created": "<string>",
"lastModified": "<string>"
},
"schemas": [
"<string>"
],
"userName": "<string>",
"name": {
"familyName": "<string>",
"givenName": "<string>"
},
"displayName": "<string>",
"active": true,
"emails": [
{
"value": "<string>",
"type": "<string>",
"primary": true
}
]
}
]
}
Was this page helpful?