A
FetchScimGroup
AirtableApi.FetchScimGroup
Description
Retrieve details of a specific SCIM Group by ID.
This tool retrieves details of a specific group as a SCIM Group object using the group's ID. It should be called when there's a need to access or display information about a specific group managed within the SCIM system.
Input Parameters
{
"parameters": [
{
"name": "scim_group_id",
"required": true,
"inferrable": true,
"description": "The unique identifier of the SCIM Group to retrieve.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'get-scim-group'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}