Search Users
Query parameters
skipintegerOptional
number of records to skip
limitintegerOptional
Max number of records to return. If no value is provided, 50 is the default.
localbooleanOptional
If true then a local DB search will be performed and only local pod users will be returned. If absent or false then a directory search will be performed and users from other pods who are visible to the calling user will also be returned.
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
querystringOptionalExample:
search / query term. This can be firstname, lastname, displayname or email
janeResponses
200
OK
application/json
204
No user found.
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v1/user/searchRequest Example
📘 Note
Searching external users by email
OBO enabled endpoint
Last updated
Was this helpful?