get_team_member
Retrieve detailed information about a specific team member using the provided ID. Ideal for managing team roles and access within Bugcrowd's bug bounty programs.
Instructions
Get detailed information about a specific team member.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ||
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
},
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"required": [
"id"
],
"title": "get_team_memberArguments",
"type": "object"
}