/users/find

These are the possible response codes when you make an API call to the /users/find endpoint.

Responses CodeErrorMessageScenarioResolution
200 OK--Successfully retrieve user details.
400 Bad Requesthttp_exception"Invalid json format"Empty payloadAdd the payload.
400 Bad Requestinvalid_parameters"Invalid json format"Invalid JSON format used in the payload.Use correct JSON format for the payload.
400 Bad Requesthttp_exception"Invalid authorization header"Incorrect client secretUse the correct client secret.
400 Bad Requesthttp_exception"Invalid authorization header"Incorrect client ID usedUse the correct client ID.
403 Forbiddenhttp_exception"Forbidden"Find user details with invalid client_idUse a valid client_id value.
403 Forbiddenhttp_exception"Forbidden"Find user details with incorrect/invalid username and passwordUse the correct and valid username and password.