Details of global and project permissions granted to the user.

interface BulkPermissionGrants {
    globalPermissions: string[];
    projectPermissions: Version3.Version3Models.BulkProjectPermissionGrants[];
}

Properties

globalPermissions: string[]

List of permissions granted to the user.

List of project permissions and the projects and issues those permissions provide access to.