Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Functions available for external roles:
Table of Contents | ||||
---|---|---|---|---|
|
Create external role
Steps
Submit a request in accordance with the details in Create external role.
The platform validates the request by verifying, among other things:
that the role name is unique in the organisation.
The platform creates the validated external role.
The platform returns the created ExternalRole.
Plantumlcloud | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Update external role
Steps
Submit a request in accordance with the details in Update external role.
The platform validates the request by verifying, among other things:
that the role belongs to the organisation associated with the application key.
that the role name is unique within the organisation.
The platform updates the validated external role.
The platform returns the updated ExternalRole.
Plantumlcloud | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Get external role
Steps
Submit a request in accordance with the details in Get external role.
The platform validates the request.
The platform retrieves the external role.
The platform returns the ExternalRole.
Plantumlcloud | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Get list of external roles
Steps
Submit a request in accordance with the details in Get external roles.
The platform validates the request.
The platform retrieves all external roles that belong to the organisation.
The platform returns a list of ExternalRoles.
Plantumlcloud | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|