members
Overview
Name | members |
Type | Resource |
Id | pagerduty.teams.members |
Fields
Name | Datatype |
---|---|
role | string |
user | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_team_users | SELECT | id | Get information about members on a team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the API Concepts Document Scoped OAuth requires: teams.read |
delete_team_user | DELETE | id, user_id | Remove a user from a team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the API Concepts Document Scoped OAuth requires: teams.write |
_list_team_users | EXEC | id | Get information about members on a team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the API Concepts Document Scoped OAuth requires: teams.read |
update_team_user | EXEC | id, user_id | Add a user to a team. Attempting to add a user with the read_only_user role will return a 400 error.A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the API Concepts Document Scoped OAuth requires: teams.write |