Check whether an email address or username is already taken
get
Authorizations
defguard_sessionstringRequired
Query parameters
resourcestring · enumRequiredPossible values:
Type of the checked value: email or username.
valuestringRequired
Value to check.
Responses
200
Availability of the value.
application/json
objectOptional
401
Session is missing or invalid.
application/json
403
Requires admin privileges.
application/json
409
The value is already taken.
application/json
500
Unable to check the value.
application/json
get/api/v1/reserved
GET /api/v1/reserved?resource=email&value=text HTTP/1.1
Accept: */*
{
"available": true
}PreviousList connected components whose version is incompatible with this CoreNextGet information about the current session
Last updated
Was this helpful?