curl -X GET "https://app.usatimbre.com/api/organizations/org_123456/members" \
-H "Authorization: Bearer tmb_your_api_key_here"
{
"members": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Juan Pérez",
"email": "[email protected]",
"phone_number": "+525512345678",
"tax_id": "XAXX010101000",
"is_admin": true,
"created_at": "2024-01-15T10:30:00Z"
},
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"name": "María García",
"email": "[email protected]",
"phone_number": "+525598765432",
"tax_id": "XAXX010101001",
"is_admin": false,
"created_at": "2024-01-16T14:00:00Z"
}
]
}
List all members of an organization
curl -X GET "https://app.usatimbre.com/api/organizations/org_123456/members" \
-H "Authorization: Bearer tmb_your_api_key_here"
{
"members": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Juan Pérez",
"email": "[email protected]",
"phone_number": "+525512345678",
"tax_id": "XAXX010101000",
"is_admin": true,
"created_at": "2024-01-15T10:30:00Z"
},
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"name": "María García",
"email": "[email protected]",
"phone_number": "+525598765432",
"tax_id": "XAXX010101001",
"is_admin": false,
"created_at": "2024-01-16T14:00:00Z"
}
]
}
curl -X GET "https://app.usatimbre.com/api/organizations/org_123456/members" \
-H "Authorization: Bearer tmb_your_api_key_here"
{
"members": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Juan Pérez",
"email": "[email protected]",
"phone_number": "+525512345678",
"tax_id": "XAXX010101000",
"is_admin": true,
"created_at": "2024-01-15T10:30:00Z"
},
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"name": "María García",
"email": "[email protected]",
"phone_number": "+525598765432",
"tax_id": "XAXX010101001",
"is_admin": false,
"created_at": "2024-01-16T14:00:00Z"
}
]
}