get_requester_id
Retrieve requester details in Freshservice by specifying the requester ID, enabling quick access to user-specific information for support and management tasks.
Instructions
Get requester by ID in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
requester_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"requester_id": {
"title": "Requester Id",
"type": "integer"
}
},
"required": [
"requester_id"
],
"title": "get_requester_idArguments",
"type": "object"
}