kustomer-client
    Preparing search index...

    Type Alias UpdateRoleGroupData

    type UpdateRoleGroupData = {
        body?: {
            description?: string;
            display?: boolean;
            name?: string;
            roles?: string[];
        };
        path: { id: string };
        query?: never;
        url: "/role-groups/{id}";
    }
    Index

    Properties

    Properties

    body?: {
        description?: string;
        display?: boolean;
        name?: string;
        roles?: string[];
    }

    Update a role group for the organiztion

    For a list of latest available outh roles, checkout the response from the Get Auth Roles API endpoint.

    path: { id: string }

    Type declaration

    • id: string

      Role Group ID

    query?: never
    url: "/role-groups/{id}"