OBJECT
AssignUsersToRolePayload
A type that describes the returned payload from the assignUsersToRole mutation
link GraphQL Schema definition
- type AssignUsersToRolePayload {
- # The User Id of the User that assigned the users to the role.
- String! :
- # Message included in email notifications sent to assigned users (optional).
- String :
- # The Id of the Role that Users were assigned to via the assignUsersToRole
- # mutation
- String! :
- # The Ids of the Users that were assigned to a Role via the assignUsersToRole
- # mutation
- String]! : [
- }