Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Next »

Internal roles are intended for users in the owner's organisation.

Currently, it is not possible to create internal roles through the API. An administrator must sign in to the Lequinox console and create an internal role there, but you can still list available internal roles via the API.

 

Functions available for internal roles:


Get internal role

Steps

  1. Submit a request in accordance with the details in Get internal role.
  2. The platform retrieves the organisation to which the requesting application belongs.
  3. The platform validates the request.
  4. The platform retrieves the internal role corresponding to the role ID which is part of the URI schema.
  5. The platform returns the internal role.




Get list of internal roles

Steps

  1. Submit a request in accordance with the details in Get internal roles.
  2. The platform retrieves the organisation to which the requesting application belongs.
  3. The platform validates the request.
  4. The platform retrieves internal roles of the organisation.
  5. The list of internal roles is returned.




  • No labels