- Url
- /V2.0/services/data/findUserQuery
- HTTP Method
POST
- Description
- Finds a user based on several criterias
- Parameters
-
Name Type Description firstName string lastName string eMail string fuzzySearchUserName boolean includeSuspendedUsers boolean fields string[] orders orderBy[] paging paging Paging setting for the query - Result
- An object containing the results from a query
Name Type Description entities entity[] Array of entities returned from this query paging paging Paging information returned from this query. If paging.hasMore
is true, this object should be passed as is, to the same query API in order to retrieve the next pageIn case of failure an error object will be returned
* indicates required fields