List team members
GET/api/v2/teams/:slug/members/
List the active members of the team. The slug must match the team that owns the authenticating API key.
Any valid API key authenticates this call, no specific scope is required.
Request
Responses
- 200
- 403
- 404
Members listed successfully
Forbidden. Missing permissions.
Resource not found.