Update User Role
transkribus_coll_user_update_roleUpdate a user's role within a collection by specifying collection ID, user ID, and new role, with optional email notification.
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) |