Skip to content

Instantly share code, notes, and snippets.

@arturo-c
Created June 26, 2013 17:39
Show Gist options
  • Save arturo-c/5869554 to your computer and use it in GitHub Desktop.
Save arturo-c/5869554 to your computer and use it in GitHub Desktop.
AllPlayers Member Post Data
{
"event_data" : {
"group" : {
"group_above" : Group above uuid (String),
"name" : Group title/name (String),
"organization_id" : Array of organization group uuids (Array),
"type" : Array of group types, i.e. Sports, Baseball (Array),
"uuid" : UUID of group (String)
},
"member" : {
"first_name" : Member first name (String),
"is_admin" : If member is admin (Boolean),
"join_date" : Member join date format YYYY-MM-DD H:i:s (String),
"last_name" : Member last name (String),
"role_name" : Member role name (String),
"role_uuid" : Member role uuid (String),
"uuid" : Member uuid (String)
},
"uuid" : UUID of the user that registered the member,
"webhook_type" : "user_adds_role"
},
"event_name" : Name of the webhook
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment