Versions Compared

Key

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

...

TypeNameDescriptionQualificationSchema
Path

accessId

The ID of the access to update.

Required

string

Bodyrequest

Request body parameters, see schema for details.

RequiredAccess

Responses

HTTP CodecodeMessageDescriptionSchema
200

The updated access.

Access

400The application with the specified key could not be found

400Input not valid: First name and last name must always be specified.

400Input not valid: Changing state of an access from INVITED to % is not allowed.% can be replaced by either ACTIVE or DEACTIVATED.
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 Access object is missing or formatted incorrectly.


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



400Input not valid: Access ID must match the access ID in the REST path.

400Input not valid: State must be specified when updating an access.

500
  • An unexpected error occurred: Type definition error[...]
These error messages are returned if one or more parameters are of the wrong type. Refer to Access for details.

Security

TypeName
apiKeyKey

...