Skip to main content

Get a Built-in Role

GET 

/v2/permissions/built-in-roles/:built_in_role_id

Get a Built-in Role

Request

Path Parameters

    built_in_role_id stringrequired

    The ID of the Built-In Role.

    Example: f5f77dd6-71df-48a4-b4f4-d2605a79f3ca

Responses

OK

Schema
    data object
    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...