get_group
Retrieve detailed information about a specific group in Okta by providing the group ID using this tool for user management and group-level insights.
Instructions
Get detailed information about a specific group
Input Schema
Name | Required | Description | Default |
---|---|---|---|
groupId | Yes | ID of the group to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"groupId": {
"description": "ID of the group to retrieve",
"type": "string"
}
},
"required": [
"groupId"
],
"type": "object"
}