Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of Bucket
Query Parameters
The maximum number of results to return
The last ID on the page you're currently on when you want to fetch the next page.
Response
User response
Array of users
Example:
[
{
"id": "nly_test_usr_1amaj5125as",
"username": "johndoe",
"active": true,
"created_at": 692233200
},
{
"id": "nly_test_usr_8gkde9034zx",
"username": "janedoe",
"active": false,
"created_at": 692233200
}
]Indicates if there are more buckets to fetch
The URI to fetch the next page of results, if any.
Example:
"next-uri-here"