Current section
Files
Jump to
Current section
Files
lib/docs/v1.users.get.json
{
"desc": "Returns a paginated list of Users for the workspace. The response may contain fewer than page_size of results.",
"args": {
"start_cursor": {
"required" : false,
"type" : "string",
"desc" : "If supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results."
},
"page_size": {
"required" : false,
"type" : "int32",
"desc" : "The number of items from the full list desired in the response. Maximum: 100"
}
}
}