For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check whether an email address or username is already taken

get
Authorizations
defguard_sessionstringRequired
Query parameters
resourcestring · enumRequired

Type of the checked value: email or username.

Possible values:
valuestringRequired

Value to check.

Responses
200

Availability of the value.

application/json
objectOptional
get/api/v1/reserved
GET /api/v1/reserved?resource=email&value=text HTTP/1.1
Accept: */*
{
  "available": true
}

Last updated

Was this helpful?