List all members of an organization with their roles.
Requires org:read permission.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
curl --request GET \
--url 'https://api.unify.ai/v0/organizations/<organization_id>/members' \
--header "Authorization: Bearer $UNIFY_KEY"
{
"id": "integer",
"user_id": "string",
"organization_id": "integer",
"level": "string",
"role_id": "integer | null",
"role_name": "string | null",
"created_at": "string"
}