Skip to main content

Search users

GET 

<your-unleash-url>/api/admin/user-admin/search

It will preform a simple search based on name and email matching the given query. Requires minimum 2 characters

Request

Responses

usersSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/user-admin/search' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— query
ResponseClear

Click the Send API Request button above and see the response here!