sessions
Overview
Name | sessions |
Type | Resource |
Id | pagerduty.users.sessions |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
created_at | string | The date/time the user session was first created. |
summary | string | The summary of the session |
type | string | The type of the session |
user_id | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_user_session | SELECT | id, session_id, type | Get details about a user's session. Beginning November 2021, user sessions no longer includes newly issued OAuth tokens. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users:sessions.read |
get_user_sessions | SELECT | id | List active sessions of a PagerDuty user. Beginning November 2021, active sessions no longer includes newly issued OAuth tokens. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users:sessions.read |
delete_user_session | DELETE | id, session_id, type | Delete a user's session. Beginning November 2021, user sessions no longer includes newly issued OAuth tokens. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users:sessions.write |
delete_user_sessions | DELETE | id | Delete all user sessions. Beginning November 2021, user sessions no longer includes newly issued OAuth tokens. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users:sessions.write |
_get_user_session | EXEC | id, session_id, type | Get details about a user's session. Beginning November 2021, user sessions no longer includes newly issued OAuth tokens. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users:sessions.read |
_get_user_sessions | EXEC | id | List active sessions of a PagerDuty user. Beginning November 2021, active sessions no longer includes newly issued OAuth tokens. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users:sessions.read |