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