AnonymousUsers
Content-Type: application/json Host: example.org Cookie:
POST /api/v1/anonymous_users
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET,POST,PUT,PATCH,DELETE Access-Control-Allow-Headers: Origin,Accept,Content-Type,X-Requested-With,X-CSRF-Token,X-API-KEY Content-Type: application/json; charset=utf-8 ETag: W/"861e4940b2c78b078aae3fa1195be6c2" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: aebbc51e-a18a-4e98-b8d5-efa1a1f68670 X-Runtime: 0.804797 Content-Length: 981
201 Created
{ "user": { "id": null, "display_name": null, "first_name": null, "last_name": null, "roles": [ ], "about": null, "avatar_url": null, "user_type": "public", "partner": null, "engaged": false, "unread_count": 0, "permissions": { "outing": { "creation": false } }, "interests": [ ], "placeholders": [ "firebase_properties", "address", "address_2" ], "anonymous": true, "uuid": "1_anonymous_f6617ac6-db16-4da1-b5b9-78c4e10c4c8f", "feature_flags": { "organization_admin": false }, "token": "1_anonymous_f6617ac6-db16-4da1-b5b9-78c4e10c4c8f_c122253047fd1a2887bb66f3790915b192c8e785", "email": null, "has_password": false, "firebase_properties": { "ActionZoneDep": "not_set", "ActionZoneCP": "not_set", "Goal": "no_set", "Interests": "none" }, "goal": null, "phone": null, "travel_distance": 10, "birthday": null, "stats": { "tour_count": 0, "encounter_count": 0, "entourage_count": 0, "actions_count": 0, "ask_for_help_creation_count": 0, "contribution_creation_count": 0, "events_count": 0, "good_waves_participation": false }, "organization": null, "address": null, "address_2": null } }