Retrieve user search results

GET {{baseUrl}}/api/users/search?q=<string>

This endpoint allows you to search for users by providing their email address as a query parameter. The endpoint was deprecated in favour of its POST alternative to avoid leaking sensitive information in the URL.

Request Params

KeyDatatypeRequiredDescription
qstring(Required) Query term used to search for users (email address)

HEADERS

KeyDatatypeRequiredDescription
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}}