Skip to main content

AssignRepositoryRoleToUserInput

No description

input AssignRepositoryRoleToUserInput {
userId: ID!
cmsRepositoryId: ID!
role: CMSRepositoryRole!
}

Fields
Link copied!

AssignRepositoryRoleToUserInput.userId ● ID! non-null scalar
Link copied!

The ID of the user to assign the role to

AssignRepositoryRoleToUserInput.cmsRepositoryId ● ID! non-null scalar
Link copied!

The ID of the repository for the role that is to be assigned

AssignRepositoryRoleToUserInput.role ● CMSRepositoryRole! non-null enum
Link copied!

The role to assign to this user

Member of
Link copied!

assignCMSRepositoryRoleToUser mutation