/users/find
These are the possible response codes when you make an API call to the /users/find
endpoint.
Responses Code | Error | Message | Scenario | Resolution |
---|---|---|---|---|
200 OK | Successfully retrieve user details. | |||
400 Bad Request |
| "Invalid json format" | Empty payload | Add the payload. |
400 Bad Request |
| "Invalid json format" | Invalid JSON format used in the payload. | Use correct JSON format for the payload. |
400 Bad Request |
| "Invalid authorization header" | Incorrect client secret | Use the correct client secret. |
400 Bad Request |
| "Invalid authorization header" | Incorrect client ID used | Use the correct client ID. |
403 Forbidden |
| "Forbidden" | Find user details with invalid | Use a valid |
403 Forbidden |
| "Forbidden" | Find user details with incorrect/invalid username and password | Use the correct and valid username and password. |