suspend_user
Suspend a user in Okta by providing their unique user ID. This tool integrates with the Okta MCP Server to manage user access effectively.
Instructions
Suspend 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"
}