Retrieve a local identity

Given an identifier, retrieve the full Local Identity object using this endpoint.

Path parameters
identifier
string required

Local identity identifier.

Example administrator
Responses
  • 200 The local identity
    _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)

    email
    string | null

    The email address of the local identity

    name
    string | null

    The display name of the local identity

  • 401 Authentication error
  • 403 Forbidden action
  • 404 Local identity not found
  • 500 Unexpected internal server error