Users
Name | Description |
---|---|
token | token |
tour_id | tour |
Content-Type: application/json Host: example.org Cookie:
GET /api/v1/tours/12/users?token=foobar147
token: foobar147
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/"b7d23fed82a704a7d8dd869284ec3ec4" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 63f61a35-cd3d-4cd0-a57e-95a5a059f514 X-Runtime: 0.011677 Content-Length: 247
200 OK
{ "users": [ { "id": 149, "display_name": "John D.", "role": "member", "group_role": "member", "community_roles": [ ], "status": "accepted", "message": null, "requested_at": "2022-06-02T17:16:46.109+02:00", "avatar_url": null, "partner": null, "partner_role_title": null } ] }