Retrieve user search results

POST {{baseUrl}}/api/users/search

This endpoint allows you to search for users by providing their email address in the request payload.

Request Body

{"filters"=>{"query"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;example&quot;:{&quot;users&quot;:[{&quot;api_model&quot;:{},&quot;first_name&quot;:&quot;John&quot;,&quot;last_name&quot;:&quot;Smith&quot;,&quot;email_address&quot;:&quot;user1@tyk.io&quot;,&quot;org_id&quot;:&quot;65e9a499b1f93be3d4b531ea&quot;,&quot;active&quot;:true,&quot;access_key&quot;:&quot;e4800a05614848994429f83d410b549b&quot;,&quot;user_permissions&quot;:{&quot;IsAdmin&quot;:&quot;admin&quot;},&quot;group_id&quot;:&quot;&quot;,&quot;password_max_days&quot;:0,&quot;password_updated&quot;:&quot;2024-03-07T13:27:21.354+02:00&quot;,&quot;last_login_date&quot;:&quot;0001-01-01T01:44:24+01:44&quot;,&quot;created_at&quot;:&quot;2024-03-07T13:27:21.354+02:00&quot;}],&quot;pages&quot;:1}}