user _list
List users
get /v1 /users
Query Parameters
group
limit
Maximum number of items returned by a single call
page_token
Token returned by previous call to retrieve the subsequent page
sort_by
Supported set of sort modes for scanning by id only.
Currently, we only support scanning in ascending order.
Responses
Object
items
list of items on this page of results
View of a User
Object
display_name
Human-readable name that can identify the user
id
silo_id
Uuid of the silo to which this user belongs
next_page
token used to fetch the next page of results (if any)