Users
Name | Description |
---|---|
token | token |
entourage_id | entourage |
Content-Type: application/json Host: example.org Cookie:
GET /api/v1/entourages/7/users?token=foobar26
token: foobar26
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/"6bf978669c214f178b40b22056533acf" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 2c2161bc-7675-4cf4-b84f-3e56eeed632a X-Runtime: 0.010235 Content-Length: 246
200 OK
{ "users": [ { "id": 28, "display_name": "John D.", "role": "member", "group_role": "member", "community_roles": [ ], "status": "accepted", "message": null, "requested_at": "2022-06-02T17:16:42.573+02:00", "avatar_url": null, "partner": null, "partner_role_title": null } ] }