Retrieve the provider of a principal

Retrieve which identity provider holds the authentication information for a given identifier or a given contact e-mail.

Body required
application/json

The principal search request

identifier
string | null

The identifier of the principal to search for

contact
string | null

The contact e-mail of the principal to search for

Responses
  • 200 The principal search results

    Array [

    identifier
    string required

    The identifier of the principal matching the search

    providerType
    string required

    The type of the identity provider on which this user is registered

    Enum Local OpenId
    providerName
    string required

    The name of the identity provider on which this user is registered

    contact
    string | null

    The mail of the principal matching the search

    ]

  • 204 No principal matching the search request
  • 400 Unable to search for principal
  • 401 Authentication error
  • 403 Forbidden action
  • 500 Unexpected internal server error