List local identities

Retrieve the list of all existing local identities.

Responses
  • 200 Local identity list

    Array [

    _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

    ]

  • 204 No local identity defined or insufficient permissions
  • 401 Authentication error
  • 403 Forbidden action
  • 500 Unexpected internal server error.