Get users (API Key)
GET/users
Retrieve all users associated with the customer
Request
Query Parameters
limit number
Default value: 1000
Pagination
offset number
Pagination
Responses
- 200
- 400
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
uid uuid
created_at date-time
[
{
"uid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "2024-12-03T11:32:11.803Z"
}
]
Invalid input
Loading...