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+json
Example:
{
"key": "value"
}
401: responds with unauthorized for invalid token
Content-Type:
application/vnd.api+json
Example:
{
"key": "value"
}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}