unsuspend_user
Reactivates a suspended user in Okta by providing their unique user ID. This tool is part of the Okta MCP Server, enabling user management tasks.
Instructions
Unsuspend 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"
}