List users

Retrieves a list of users wrapped in the element "results".

Request
query Parameters
identifiers.email_address
required
string

Email address of the user to search for.

Example: identifiers.email_address=example@example.com
foreign_key.xxx
required
string

Foreign key of the user to search for. The foreign system is parsed as the remainder of the parameter key name following 'foreign_id.'

Example: foreign_key.xxx=123abc
Responses
200

OK

get/v3/users
Response samples
application/json
{
  • "results": [
    ]
}