Description
...
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Body | request | Request body parameters, see schema for details. | Required |
Responses
HTTP Code | MessageDescription | Schema | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 | The created external personal identity. | |||||||||||||
400 | Common response messages: "The application with the specified key could not be found" | 400 | "Input not valid: ID can't be specified when creating an external personal identity." | 400 | "Input not valid: First name and last name must always be specified for an external personal identity." | 400 | "Input not valid: Managed must be specified when creating an external personal identity." | 400 | "Input not valid: State can't be specified when creating an external personal identity." | 400 | "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’.) | 400 | "Unknown error" (This error message iscan be returned whenif
| string |
500 | Common response messages: An 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.) An unexpected error occurred: JSON parse error [...] These error messages are(This error message can be returned if one or more parameters are of the wrong type. See ExternalPersonalIdentity for details.) | string |
Security
Type | Name |
---|---|
apiKey | Key |
...