get_user_data
Retrieve the current user's PagerDuty profile data, including name, role, teams, and summary.
Instructions
Get the current user's data.
Returns:
User: User name, role, id, and summary and teamsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the user | |
| summary | No | A short-form, server-generated string that provides succinct information about the user | |
| name | Yes | The name of the user | |
| Yes | The email of the user | ||
| role | Yes | The user role in PagerDuty (admin, limited_user, observer, etc.) | |
| teams | Yes | The list of teams to which the user belongs |