Tail
Users
Fetch end users registered on platform
GET
Authorizations
Query Parameters
Required range:
x >= 1
Required range:
1 <= x <= 50
Available options:
createdAt
, name
, email
, raccoonPasscode
Available options:
ascend
, descend
Response
200
application/json
Successful Response
List of users.
Example:
[
{
"avatar": "https://example.com/avatar.jpg",
"createdAt": 1678800000,
"email": "john.doe@example.com",
"name": "John Doe",
"raccoonPasscode": "user_raccoon_789"
}
]
Admin Raccoon passcode.
Example:
"admin_secret"
Metadata about the user list.
Was this page helpful?