cURL
curl --request POST \ --url http://localhost:3000/v2/UserSearch \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "identity": "<string>", "unlockuuid": "<string>", "request_metadata": {} } '
{ "status": "ok", "rows": [ { "token": "<string>", "profile": {}, "version": 123, "finaltime": 123, "slidingtime": 123, "expirationtime": 123, "grouproles": [ {} ] } ] }
Searches for users using fuzzy matching. The search mode is auto-detected from the identity value:
identity
@
API token for authentication
User identifier to search for (email, login, phone, or custom value; mode is auto-detected)
UUID from bulk list unlock for search authorization
Additional metadata for the request
Users found successfully
"ok"
Show child attributes