ProjectPermissionsInput
No description
input ProjectPermissionsInput {
userIds: [UUID!]!
teamMemberProjectRoleName: String
}
Fields
ProjectPermissionsInput.userIds
● [UUID!]!
non-null scalar
The users to apply the role to.
ProjectPermissionsInput.teamMemberProjectRoleName
● String
scalar
The name of the project role to apply to all users specified by
userIds
. Null unsets the project role.
Member Of
configureProjectPermissions
mutation