Created
June 26, 2013 17:39
-
-
Save arturo-c/5869554 to your computer and use it in GitHub Desktop.
AllPlayers Member Post Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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