Validate user credentials

Validate user credentials

This API can be used in order to validate the username and password are in a correct format before calling the create user API.
If the credentials are valid a 200 status code will be returned, otherwise a 400 status code will be returned

Request Body Parameters:

ParameterTypeMandatoryDescriptionExample
usernamestringtrueuser's username. If the credential type is OTP, should be a valid phone (An E.164 formatted phone number e.g +12345678901)
passwordstringtrue
credentialTypestringfalseValues:PASSWORD

This API requires UMS_USERS_VALIDATE_CREDENTIALS permission(s).

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!