cldkctl_org_member_activate
Activate a member in an organization by providing the user ID. This tool is part of the MCP cldkctl Server, enabling management of Cloudeka's CLI functionality through MCP-compatible clients.
Instructions
Call the cldkctl_org_member_activate 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"
}