update_organization_member_role
Modify the role of a member within an organization using BugcrowdMCP. This tool allows for secure and efficient role updates via the Bugcrowd API.
Instructions
Update the role of an organization member.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | ||
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"additionalProperties": true,
"title": "Data",
"type": "object"
},
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id",
"data"
],
"title": "update_organization_member_roleArguments",
"type": "object"
}