accountManagementUtilities

Verify User Availability

Verify whether user is valid and available<br><br>Scope: accounts.read OR validations.read<br>Security Policy: HTTPS

get/gw/api/v1/validations/usernames/{username}

Path parameters

usernamestring required

Response

Verify whether user is valid and available

hasErrorboolean
errorDescriptionstring
isValidboolean
isAvailableboolean
suggestedUserNamestring[]

Changes