Skip to main content

Check for existing user​

Returns if a user with the requested email or username is unique. So you can create the user.

Query Parameters
    userName string
    email string
Header Parameters
    x-zitadel-orgid string

    The default is always the organization of the requesting user. If you like to get users of another organization include the header. Make sure the user has permission to access the requested data.

Responses

A successful response.


Schema
    isUnique boolean
Loading...