ExternalIdentity

Represents the user account in an external system.

{
  "identityType" : "FACEBOOK",
  "identity" : "4566dfe"
}
Since: 3.6

Fields

FieldTypeMode Description
identityStringrequired

Username or account handle that identifies this Person in the external system.

identityTypeStringrequired

Identification of the external system. Valid values are:

  • SAML
  • FACEBOOK
  • LDAP_DN
  • LDAP_UUID
  • OPEN_ID

as well as any additionally registered types.
→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations