interface GetProjectRoleDetails {
    currentMember?: boolean;
    excludeConnectAddons?: boolean;
    projectIdOrKey: string;
}

Properties

currentMember?: boolean

Whether the roles should be filtered to include only those the user is assigned to.

excludeConnectAddons?: boolean
projectIdOrKey: string

The project ID or project key (case sensitive).