cldkctl_org_member_deactivate
Deactivate a specific organization member by providing their user ID. The tool, part of the MCP cldkctl Server, facilitates user management through Cloudeka's CLI functionality.
Instructions
Call the cldkctl_org_member_deactivate endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes | User ID |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"description": "User ID",
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}