Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...

HTTP codeCommon messagesDescriptionSchema
200

The created external personal identity.

ExternalPersonalIdentity

400The application with the specified key could not be found


stringString

Input not valid: ID can't be specified when creating an external personal identity.
stringString
Input not valid: First name and last name must always be specified for an external personal identity.
stringString
Input not valid: Managed must be specified when creating an external personal identity.
stringString
Input not valid: State can't be specified when creating an external personal identity.
stringString
Input not valid: Your platform does not have support for creating user-managed external personal identities.(This message is returned if the external personal identity attribute ‘managed’ is set to ‘false’.)stringString
Unknown error

This error message can be returned if

  • firstName > 50 characters
  • lastName > 50 characters
  • emailAddress > 100 characters.
stringString
500An unexpected error occurred: Type definition error [...]

This error message can be returned if one or more parameters are of the wrong type. See ExternalPersonalIdentity for details.

stringString
An unexpected error occurred: JSON parse error [...]This error message can be returned if one or more parameters are of the wrong type. See ExternalPersonalIdentity for details.stringString

Security

TypeName
apiKeyKey

...