get https://api-sandbox.data.one/v1/users/search
Given a search term that is at least 3 characters long, this endpoint will return users that are an exact match of either the userId
or the correlationId
or a substring/fuzzy match on the name
. It will return the results in descending order of when the user was initially created. If the search term is empty or no results are found then the response body will also return no results under the users
field. The response will include a maximum of 20 users.