Description
Makes changes to an existing external personal identity.
HTTP method | URI scheme |
---|---|
PUT | /server/external-personal-identity/{personalIdentityId} |
Parameters
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Path | vpersonalIdentityId | The ID of the external personal identity to update. | Required | string |
Body | request | Request body parameters, see schema for details. | Required | ExternalPersonalIdentity |
Responses
HTTP code | Common messages | Description | Schema |
---|---|---|---|
200 | The updated external personal identity. | ||
400 | The application with the specified key could not be found | string | |
Invalid role ID format | This error message is be returned when
Note: It is not necessarily related to a role and its ID. | string | |
Input not valid: External personal identity ID must match the external personal identity ID in the REST path. | string | ||
Input not valid: First name and last name must always be specified for an external personal identity. | string | ||
Input not valid: State must be specified when updating an external personal identity. | string | ||
Company ID is not part of identity ID. | string | ||
Input not valid: Changing state of an external personal identity from 'INVITED' to '%' is not allowed. | Note: % can be replaced by either ACTIVE or DEACTIVATED. | string | |
Input not valid: Changing state of an external personal identity from '%' to 'INVITED' is not allowed. | % can be replaced by either ACTIVE or DEACTIVATED. | string | |
Unknown error | This error message is returned when
| string | |
500 |
| These error messages are returned if one or more parameters are of the wrong type. See ExternalPersonalIdentity for details. | string |
Security
Type | Name |
---|---|
apiKey | Key |