get_user_information
Retrieve user profile information from BAND, including the option to fetch user details within a specific band context by providing a band key.
Instructions
Get user profile information from BAND. Optionally specify a band_key to get user info within a specific band context.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
band_key | No | Band ID to get the user's profile from a specific band. If not provided, the default profile of the user will be returned. |
Input Schema (JSON Schema)
{
"properties": {
"band_key": {
"description": "Band ID to get the user's profile from a specific band. If not provided, the default profile of the user will be returned.",
"title": "Band Key",
"type": "string"
}
},
"required": [],
"type": "object"
}