For the complete documentation index, see llms.txt. This page is also available as Markdown.

updateRoleAssigneesOnDataObject

Update the assigned roles on a specific data object.

updateRoleAssigneesOnDataObject(
  dataObject: ID!
  roleInput: RoleAssigneeInput!
): RoleResult!

Arguments

dataObject ● ID! non-null scalar

roleInput ● RoleAssigneeInput! non-null input

Type

RoleResult union

Last updated

Was this helpful?