AssignRoleInput
Autogenerated input type of AssignRole
input AssignRoleInput {
clientMutationId: String
domain: DomainEnum!
domainEntityId: ID
partyId: ID!
roleTypeName: RoleTypeEnum!
}
Fields
AssignRoleInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
AssignRoleInput.domain
● DomainEnum!
non-null enum
The domain of the entity to assign the role to. This can be either the system, a company or a brand.
AssignRoleInput.domainEntityId
● ID
scalar
AssignRoleInput.partyId
● ID!
non-null scalar
The party id of the person or integration to assign the role to.
AssignRoleInput.roleTypeName
● RoleTypeEnum!
non-null enum
Member Of
assignRole
mutation