Create a local identity

Create a local identity. On creation, a clear password will be provided. It can then be reset.

Body required
application/json
identifier
string required

The identifier of the local identity (used by the identity to log in to the web UI)

name
string | null

The display name of the local identity

expires
string | null

An expiration date for the account

Responses
  • 201 Local identity successfully registered
    id
    string required

    Internal ID

    identifier
    string required

    The identifier of the local identity (used by the identity to log in to the web UI)

    name
    string | null

    The display name of the local identity

    expires
    string | null

    An expiration date for the account

  • 400 Unable to register the local identity
  • 401 Authentication error
  • 403 Forbidden action
  • 500 Unexpected internal server error