Predefined roles

Contents

Predefined Roles

Predefined roles are the default roles used by users of IMCO defined on its configuration. These roles can be used but cannot be deleted.

List predefined roles

GET /v3/settings/predefined_roles

List the default roles defined in the platform's configuration

Inputs

None

Returns

An array of roles with the following fields:

Field Type Description
name String Name of the role
description String Description of the role
resource_type String An identifier for the type of resource, specifically "role" (from 7.3 onwards).

Back to top