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
}Was this page helpful?
Change user name
Change user name: Deprecated: use [user service v2 UpdateUser](/reference/api/user/zitadel.user.v2.UserService.UpdateUser) instead. Change the username of the user. Be aware that the user has to log in with the newl...
ClearFlow
Explore the ClearFlow operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.