Emburse · Example Payload

Emburse Member Example

Expense ManagementAP AutomationCorporate CardsVirtual CardsReceipt CaptureReimbursementInvoice ProcessingFinanceFinTech

Emburse Member Example is an example object payload from Emburse, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idurlemailfirst_namelast_namerolecodecreated_atis_activephone_numberrequires_terms_agreement

Example Payload

Raw ↑
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "url": "string",
  "email": "string",
  "first_name": "string",
  "last_name": "string",
  "role": "string",
  "code": "string",
  "created_at": "2024-01-15T10:30:00Z",
  "is_active": false,
  "phone_number": "string",
  "requires_terms_agreement": "string"
}