INPUT_OBJECT
AssignUsersToRoleInput
A type that describes an input for the assignUsersToRole mutation.
link GraphQL Schema definition
- input AssignUsersToRoleInput {
- # The User Id of the User assigning the users to the Role.
- String! :
- # Message to be included in email notifications sent to assigned users (optional).
- String :
- # The Id of the Role the users are being assigned to.
- String! :
- # The list of User Ids being assigned to the Role
- String]! : [
- }