Parameters
| Parameter | Description |
|---|---|
| Find user with the given email address. | |
| Limit | Limit the number of users returned in the response. The number of users returned may be less than the limit. |
| Sort By | Sort the list of users by the firstName, lastName, or email field. |
| Token | Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. token is set to null when no more pages are left. |