List the members of the organization

GET /organizations/{org-slug}/members

List the members of the organization

Path parameters

Responses

GET /organizations/{org-slug}/members
curl \
 --request GET 'https://api.bitrise.io/v0.1/organizations/{org-slug}/members' \
 --header "Authorization: $API_KEY"
Response examples (200)
[
  {
    "email": "string",
    "slug": "string",
    "username": "string"
  }
]
Response examples (401)
{
  "error_msg": "string"
}
Response examples (404)
{
  "error_msg": "string"
}