Users
Name | Description |
---|---|
token | token |
tour_id | tour |
id | User id |
Content-Type: application/json Host: example.org Cookie:
DELETE /api/v1/tours/15/users/157
{"token":"foobar155"}
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/"aa5c08d2619256dfe9d71fee82fa17a8" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 4e8c899e-de3f-4b1d-a420-55ce86467583 X-Runtime: 0.011454 Content-Length: 249
200 OK
{ "user": { "id": 157, "display_name": "John D.", "role": "member", "group_role": "member", "community_roles": [ ], "status": "not_requested", "message": null, "requested_at": "2022-06-02T17:16:46.250+02:00", "avatar_url": null, "partner": null, "partner_role_title": null } }