get_organization_program_roles
Retrieve all program roles for a specific organization using this tool, enabling efficient management and access to bug bounty program data within the Bugcrowd API.
Instructions
List all program roles for an organization.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"title": "get_organization_program_rolesArguments",
"type": "object"
}