interface GetProjectRole {
    excludeInactiveUsers?: boolean;
    id: number;
    projectIdOrKey: string;
}

Properties

excludeInactiveUsers?: boolean

Exclude inactive users.

id: number

The ID of the project role. Use Get all project roles to get a list of project role IDs.

projectIdOrKey: string

The project ID or project key (case sensitive).