Skip to main content

List Built-in Roles

GET 

/v2/permissions/built-in-roles

Retrieves a list of Built-in Roles

Responses

OK

Schema
    data BuiltInRoleAttributes[]
  • Array [
  • id uuid

    The unique identifier for the Built-in Role.

    type string

    Specifies the type of the resource object, use built_in_role for Built-in Roles.

    name string

    Specifies the name of the Built-in Role.

    cm_user_assignable boolean

    Specifies if the Built-in Role can be assigned to a user in Commerce Manager.

    links object
    self uri

    Specifies the URI of the Built-In Role.

  • ]
Loading...