Versions Compared

Key

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

...

TypeNameDescriptionQualificationSchema
Path

roleAccountId

The ID of the external role account to update.

Requiredstring
Bodyrequest

Request body parameters, see schema for details.

RequiredExternalRoleAccount

Responses

HTTP CodeMessageDescriptionSchema
200

The updated external role account.

ExternalRoleAccount

400The application with the specified key could not be found

400Invalid role ID format

This error message is returned when

  • a global ID on the path section of the URL is not in the correct format. 
  • the "id" field in the ExternalRoleAccount object is missing or not in the correct format.

Note: It is not necessarily related to a role and its ID.


400Input not valid: First name, last name and email address must always be specified for an external role account.

400Input not valid: External role account ID must match the external role account ID in the REST path.

400Input not valid: State must be specified when updating an external role account.

400Input not valid: Changing state of an external role account from % to % is not allowed.% represents one of the state field value as specified in ExternalRoleAccount.
500An unexpected error occurred: […]

These error messages are returned if one or more parameters are of the wrong type.

See ExternalRoleAccount for details.


Security

TypeName
apiKeyKey

...