2.19. team : Create, list and manage an organization’s teams.
2.19.1. get /api/v1/organization/{orgname}/team/{teamname}/members リンクのコピーリンクがクリップボードにコピーされました!
2.19.1.1. Implementation Notes リンクのコピーリンクがクリップボードにコピーされました!
Retrieve the list of members for the specified team.
2.19.1.2. Parameters リンクのコピーリンクがクリップボードにコピーされました!
| Parameter | Value | Description | Parameter Type | Data Type |
| orgname | required | The name of the organization | path | string |
| teamname | required | The name of the team | path | string |
| includePending | true / false | Whether to include pending members | query | boolean |
2.19.1.3. Response Messages リンクのコピーリンクがクリップボードにコピーされました!
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 200 | Successful invocation |
| |
| 400 | Bad Request |
| |
| 401 | Session required |
| |
| 403 | Unauthorized access |
| |
| 404 | Not found |
|