curl --request GET \
--url https://{host}/frontend/api/v1/user \
--header 'Authorization: Bearer <token>'{
"filter": {
"created": {
"from": "2024-12-24T19:22:59.761188514Z",
"to": "2025-12-24T19:22:59.761188514Z"
},
"parent-id": 1,
"updated": {
"from": "2024-12-24T19:22:59.761188514Z",
"to": "2025-12-24T19:22:59.761188514Z"
},
"user-id": [
1
]
},
"pagination": {
"count": 0,
"limit": 10,
"page": 1,
"total": 0
},
"sort": {
"field": "id",
"order": "asc"
},
"users": [
{
"id": 1,
"created": "2023-11-07T05:31:56Z",
"email": "<string>",
"first-name": "<string>",
"last-name": "<string>",
"role": "root",
"status": "anonymous",
"updated": "2023-11-07T05:31:56Z",
"username": "<string>"
}
]
}curl --request GET \
--url https://{host}/frontend/api/v1/user \
--header 'Authorization: Bearer <token>'{
"filter": {
"created": {
"from": "2024-12-24T19:22:59.761188514Z",
"to": "2025-12-24T19:22:59.761188514Z"
},
"parent-id": 1,
"updated": {
"from": "2024-12-24T19:22:59.761188514Z",
"to": "2025-12-24T19:22:59.761188514Z"
},
"user-id": [
1
]
},
"pagination": {
"count": 0,
"limit": 10,
"page": 1,
"total": 0
},
"sort": {
"field": "id",
"order": "asc"
},
"users": [
{
"id": 1,
"created": "2023-11-07T05:31:56Z",
"email": "<string>",
"first-name": "<string>",
"last-name": "<string>",
"role": "root",
"status": "anonymous",
"updated": "2023-11-07T05:31:56Z",
"username": "<string>"
}
]
}API Key Security (Header).
x >= 0x >= 0anonymous, pending, active, suspended "J"
"Doe"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?