Check whether an email address is available for registration.

Behavior: Checks if the specified email address is already in use by an existing account. Returns true if the email is available for registration, false if it is already taken.

Authorization: Requires a valid Bearer token (class-level [Authorize]).

Side Effects: None.

Error Scenarios: Returns 400 if the request is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

A Nomad.Common.Models.Account.CheckEmailAvailabilityRequestModel containing the Email address to check.

string | null

Gets or sets the email address to check for availability.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

401

The caller is not authenticated.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json