Get Organization Users
Get Organization Users
Query Parameters
page Page
Possible values: >= 1
Default value: 1
Page number
size Size
Possible values: >= 1
and <= 100
Default value: 50
Page size
Responses
- 200
- 422
Successful Response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
items object[] required
email Email
username Username
name Name
birthday Birthday
country Country
state State
city City
origin Origin
topology object
newsletter Newsletter
id uuid required
created_at date-time required
is_active Is Active required
balance Balance
last_login Last Login
total Total required
page Page required
size Size required
pages Pages
{ "items": [ { "email": "string", "username": "string", "name": "string", "birthday": "string", "country": "string", "state": "string", "city": "string", "origin": "string", "topology": "gamer", "newsletter": true, "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "created_at": "2025-01-10T08:50:51.868Z", "is_active": true, "balance": 0, "last_login": "string" } ], "total": 0, "page": 0, "size": 0, "pages": 0 }
Validation Error
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
detail object[]
loc object[] required
anyOf
MOD1
MOD2
string
integer
msg Message required
type Error Type required
{ "detail": [ { "loc": [ "string", 0 ], "msg": "string", "type": "string" } ] }
Loading...