Read User Tree Person Ids

This operation retrieves the list of person ids in a user tree. The list is returned as a Feed of Entry elements. Each Entry contains a person id in the id field.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The id of the tree from which person ids are to be retrieved. To find user tree IDs, see Read User's Groups, or Create Tree to create a new user tree.

Query Params
int64
≥ 100
Defaults to 100

The maximum number of person ids to return.

string

The page of person ids to return. Omit this parameter to retrieve the first page.

string
Defaults to identifiers

The type of data to return. Currently, 'identifiers' is the only supported data type.

Responses
200

The list of person ids in the user tree.

204

The user tree has no person ids.

400

The request is missing a required parameter or has an invalid parameter.

429

The request was throttled.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!