SearchRequestMedia
Represents a SCIM 2 search request
{
"attributes": [
"string"
],
"count": 100,
"filter": "string",
"sortOrder": "descending",
"startIndex": 1,
"excludedAttributes": [
"string"
],
"sortBy": "string",
"id": "string",
"externalId": "string",
"meta": {
"location": "string",
"version": "string",
"lastModified": "string",
"resourceType": "string",
"created": "string"
},
"schemas": [
"string"
]
}
A multi-valued list of strings indicating the names of resource attributes to return in the response overriding the set of attributes that would be returned by default
An integer indicating the desired maximum number of query results per page
The filter string used to request a subset of resources
A string indicating the order in which the sortBy parameter is applied
An integer indicating the 1-based index of the first query result
A multi-valued list of strings indicating the names of resource attributes to be removed from the default set of attributes to return
A string indicating the attribute whose value shall be used to order the returned responses
The unique identifier of the SCIM resource
The SCIM resource external identifier
The SCIM resource schema URIs