get_user_last_location
Retrieve the last known location and login details for a specified Okta user by providing their unique user ID.
Instructions
Retrieve the last known location and login information for a user from Okta system logs
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"
}