curl --request POST \
--url http://localhost:3000/v2/BulkListAllUsers \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"unlockuuid": "<string>",
"offset": 0,
"limit": 10,
"request_metadata": {}
}
'{
"status": "ok",
"total": 123,
"rows": [
{
"token": "<string>",
"profile": {},
"version": 123,
"finaltime": 123,
"slidingtime": 123,
"expirationtime": 123,
"grouproles": [
{}
]
}
]
}Lists all users using the bulk unlock mechanism with pagination
curl --request POST \
--url http://localhost:3000/v2/BulkListAllUsers \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"unlockuuid": "<string>",
"offset": 0,
"limit": 10,
"request_metadata": {}
}
'{
"status": "ok",
"total": 123,
"rows": [
{
"token": "<string>",
"profile": {},
"version": 123,
"finaltime": 123,
"slidingtime": 123,
"expirationtime": 123,
"grouproles": [
{}
]
}
]
}API token for authentication
All users listed successfully
"ok"
Total number of users found
Show child attributes
User's unique token
User profile information
User record version
Final expiration time (Unix timestamp)
Sliding expiration time (Unix timestamp)
Calculated expiration time (Unix timestamp)
User's group roles