getCurrentUser
Retrieve the current user's details from the Rootly MCP server to verify authentication and access user-specific data, ensuring secure and accurate API interactions.
Instructions
Get current user
Responses:
200 (Success): user found
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}
401: responds with unauthorized for invalid token
Content-Type:
application/vnd.api+jsonExample:
{
"key": "value"
}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||