Birdeye · Example Payload

Create User

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Create User is an example object payload from Birdeye, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "create-user",
  "summary": "Create User",
  "method": "POST",
  "path": "/v1/user/signup/v2",
  "examples": {
    "response_200": {
      "code": 1059,
      "message": "Last name cannot be more than 50 characters"
    }
  }
}