Luma · Example Payload

V1_Users_Get Self_Get_200_Response

EventsEvent ManagementTicketingCommunityCalendarsGuestsAttendance

V1_Users_Get Self_Get_200_Response is an example object payload from Luma, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameavatar_urlemailfirst_namelast_name

Example Payload

Raw ↑
{
  "id": "string",
  "name": "string",
  "avatar_url": "string",
  "email": "string",
  "first_name": "string",
  "last_name": "string"
}