deactivate_user
Deactivate a user in Okta by providing their unique identifier, enabling efficient user management through the Okta MCP Server.
Instructions
Deactivate a user in Okta
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userId | Yes | The unique identifier of the Okta user |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"description": "The unique identifier of the Okta user",
"type": "string"
}
},
"required": [
"userId"
],
"type": "object"
}