Update User Role
transkribus_coll_user_update_roleUpdate the role of a user in a collection by specifying collection ID, user ID, and new role.
Instructions
Update the role of a user in a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | New role to assign | |
| collId | Yes | Collection ID | |
| userid | Yes | User ID to update | |
| sendMail | No | Send notification email (default true) |