Skip to content

Search existing dashboard user account by email

get

scim/v2/Users?filter=userName%20eq%20”user%40test.com”

Use this endpoint to look up an existing dashboard user account by specifying their email in the filter query parameter.

Note that when the query parameter is URL encoded it will read like this:

/scim/v2/Users?filter=userName%20eq%20%22user@test.com%22

Prerequisites

To use this endpoint, you’ll need a SCIM token. You’ll use your service origin as the X-Request-Origin header. For more information, refer to Automated user provisioning.

Rate limit

This endpoint has a rate limit of 5000 requests per day, per company. This rate limit is shared with the /scim/v2/Users/ PUT, GET, DELETE, and POST endpoints as documented in API rate limits.

Path parameters

Parameter Required Data Type Description
userName@example.com Required String The user’s email.

Request parameters

Example request

Response

HOW HELPFUL WAS THIS PAGE?
New Stuff!