curl --request GET \
--url https://api.example.com/api/auth/organizations/members \
--header 'X-Organization-Id: <x-organization-id>'{
"members": [
{
"membership_id": "mem_abc123",
"user_id": "user_def456",
"email": "user@example.com",
"name": "John Doe",
"role": "admin",
"status": "active",
"joined_at": "2024-01-01T12:00:00Z",
"last_login": "2024-03-01T08:30:00Z"
}
]
}
curl --request GET \
--url https://api.example.com/api/auth/organizations/members \
--header 'X-Organization-Id: <x-organization-id>'{
"members": [
{
"membership_id": "mem_abc123",
"user_id": "user_def456",
"email": "user@example.com",
"name": "John Doe",
"role": "admin",
"status": "active",
"joined_at": "2024-01-01T12:00:00Z",
"last_login": "2024-03-01T08:30:00Z"
}
]
}
Show Member Object
admin, agent_manager, user).active).{
"members": [
{
"membership_id": "mem_abc123",
"user_id": "user_def456",
"email": "user@example.com",
"name": "John Doe",
"role": "admin",
"status": "active",
"joined_at": "2024-01-01T12:00:00Z",
"last_login": "2024-03-01T08:30:00Z"
}
]
}