- Url
- 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 set to true, this object should be passed as is to the same query to retrieve the next pageIn case of failure an error object will be returned