users

Search for users

Based on user properties (currently only name) search for users.

post/users/search

Request body

namestring required

The name to be used when searching - this will be used in a case insensitive starts with match.

Response

Returns the found users based on search parameters.

Changes