cURL
curl --request POST \ --url http://localhost:3000/v2/BulkListUsers \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "unlockuuid": "<string>", "users": [ { "mode": "email", "identity": "<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 specific users using the bulk unlock mechanism with user search criteria
API token for authentication
UUID from bulk list unlock
Array of user search criteria
Show child attributes
Offset for pagination
Limit for pagination
Additional metadata for the request
Users listed successfully
"ok"
Total number of users found