kustomer-client
    Preparing search index...

    Type Alias CreateRoleGroupData

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

    Properties

    Properties

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

    Create a custom role group for the organization.

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

    path?: never
    query?: never
    url: "/role-groups"