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