Skip to main content

OrganizationRolesUserAssignment

No description

type OrganizationRolesUserAssignment {
organizationId: ID!
userId: ID!
roles: [OrganizationRole!]!
}

Fields
Link copied!

OrganizationRolesUserAssignment.organizationId ● ID! non-null scalar
Link copied!

ID of the Organization that these role assignments correspond to

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

ID of the User that these role assignments correspond to

OrganizationRolesUserAssignment.roles ● [OrganizationRole!]! non-null enum
Link copied!

List of organization roles assigned to this user

Returned by
Link copied!

assignOrganizationRoleToUser mutation

Member of
Link copied!

User object