get_membership_details
Retrieve detailed information about a specific Webex membership using its unique ID to manage and organize team interactions effectively.
Instructions
Get details for a membership by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
membershipId | Yes | The unique identifier for the membership. |
Input Schema (JSON Schema)
{
"properties": {
"membershipId": {
"description": "The unique identifier for the membership.",
"type": "string"
}
},
"required": [
"membershipId"
],
"type": "object"
}