users

Gets `User` objects

Returns all User objects matching filter (if specified)

get/v1/users

Query parameters

filterstring

Return objects that match this filter

fieldsstring[]

Return partial objects with specified fields

limitinteger

If the number of available results is larger than limit, Conductor returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)

pageTokenstring

Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.