Archbee · Example Payload

Archbee Api Member Example

API DocumentationDocumentation PlatformKnowledge BaseTechnical WritingDeveloper Docs

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

Top-level fields

idemailnamerole

Example Payload

Raw ↑
{
  "id": "usr_abc123",
  "email": "alice@example.com",
  "name": "Alice Smith",
  "role": "editor"
}