get_organization_members
Retrieve a list of all members within an organization using BugcrowdMCP's API-integrated tool for efficient access to bug bounty program data.
Instructions
List all members of 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_membersArguments",
"type": "object"
}