Description
Creates an external role account for a user belonging to another organisation.
...
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Body | request | Request body parameters, see schema for details. | Required |
Responses
HTTP Code | Message | Description | Schema |
---|---|---|---|
200 | The created external role account. | ||
400 | The application with the specified key could not be found | ||
400 | The mail server is unable to recognize the email address. Enter an existing email address before proceeding. | ||
400 | Input not valid: External role ID and managed must be specified when creating an external role account. | ||
400 | Input not valid: Personal identity ID can't be specified when creating an external role account. | ||
400 | Input not valid: ID can't be specified when creating an external role account. | ||
400 | Input not valid: State can't be specified when creating an external role account. | ||
400 | Input not valid: First name, last name and email address must always be specified for an external role account. | ||
400 | Input not valid: Your platform does not have support for creating user-managed external role accounts. | This message is returned if the role account attribute ‘managed’ is set to ‘false’. | |
400 | The role account ID '%' is invalid. | % is replaced with the wrong external role account ID mentioned in ExternalRoleAccount. | |
500 |
| These error messages are returned if one or more parameters are of the wrong type or if the entire ExternalRoleAccount is not sent. See ExternalRoleAccount for details. |
Security
Type | Name |
---|---|
apiKey | Key |
...