get_user
Retrieve detailed user information from the Bugcrowd API by specifying a user ID. Ideal for managing bug bounty programs and accessing user-specific data securely.
Instructions
Get detailed information about a specific user.
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_userArguments",
"type": "object"
}