IsUserUnique
Check for existing user
Deprecated: use user service v2 ListUsers instead, is unique if no user returned.
Returns if a user with the requested email or username is unique. So you can create the user.
curl -X GET "https://loading/users/_is_unique"{
"isUnique": true
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?