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

reassignRole

Reassign a specific role from one user to another on all entities.

reassignRole(
  from: ID!
  role: ID!
  to: ID!
): RoleResult!

Arguments

from ● ID! non-null scalar

role ● ID! non-null scalar

to ● ID! non-null scalar

Type

RoleResult union

Last updated

Was this helpful?