List the members of the organization
List the members of the organization
Path parameters
-
org-slug
string Required organization slug
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"
}