List members of an organization
get
/v1/organizations/{slug}/membersOAuth scopes
- organizations:read
The fine-grained token must include the following permissions to access this endpoint:
- members_read
Path parameters
- slugRequiredstring
Organization slug
Response codes
- 200
Response (200)
[ { "user_id": "lorem", "user_name": "lorem", "email": "lorem", "role_name": "lorem", "mfa_enabled": true, "avatar_url": "lorem" }]