Last update:
April 11, 2024
changeOrganizationContactRole mutation¶
This mutation changes the role of an organization contact.
Arguments¶
The InputChangeOrganizationContactRoleType!
provides the necessary input values to modify the role of an organization contact.
Argument | Description |
---|---|
userId String |
The Id of the organization contact whose role is being modified. |
roleIds [String!] |
An array of role Ids representing the new roles assigned to the contact. |
Possible returns¶
Possible return | Description |
---|---|
CustomIdentityResultType |
The result of an identity-related operation. |