Retrieves a list of a manager's reportees that belong to a specified tenant and match the search filter criteria.

Entitlement required: manageMyOrg (Manage my organization)

This API requires an authenticated user's access token that is generated from an application client during sign-on. This API does not support the use of an API client-generated access token.
Send a valid user access token in the authorization header, by using the bearer authentication scheme.

To improve performance, specify the list of the attributes that you want returned by using the attributes query parameter.

Searching, sorting, paging, and filtering are supported. A maximum of 2500 records are returned for a search query.

Each call to the endpoint returns at most 2,500 reportees. If more reportees exist that were not returned, an additional element called "bookmark" is returned in the response payload. To get the next set of reportees, the caller makes an additional call to the same endpoint, and passes the bookmark value as a query parameter named "nextPage". For example ?nextPage=XASDGAJDGKAWHGI=. The caller continues to make calls to the endpoint until no bookmark element are returned in the response payload, which indicates that all reportees were returned. To use bookmarks, specify useBookmark=true as a query parameter.

Query Params
string

The SCIM compliant search filter. For example, userName eq "john". The filter should be no longer than 4096 characters in length.

string

The list of attributes that are passed in as comma-separated values that are used when passing the result back to the caller. To improve performance, specify in the list only the attributes that you want returned. If no list is provided, the default action is to return all attributes.

string

Specifies the maximum number of query results per page. A negative value is interpreted as 0. A value of 0 indicates that no resource results are to be returned, except for totalResults.

string

A 1-based index that indicates the start index that is used when the number of users is returned. A value less than 1 is interpreted as 1.

string

Sort the results by the specified criteria when the users are returned.

string

The sorting order when the number of users is returned.

string

Return a bookmark in the response if there are more users to be returned.

string

The bookmark that indicates the next page of users to be returned.

Responses

Language
URL
Choose an example:
application/scim+json