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.

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.

Headers
string
enum
required

Specifies the media type(s) that the client is willing to accept in the response.

Allowed:
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
Response
Click Try It! to start a request and see the response here!