| header | Authorization | Authentication token (bearer token or API key). |
| [{ "userId" : Number, "groupAdmin" : Boolean }] | ||
| status | 200 | All ok |
| status | 400 | Group and user do not belong to the same account |
| status | 401 | Invalid authentication token |
| status | 403 | Insufficient rights |
| status | 404 | User group not found |
| {} | ||
| header | Authorization | Bearer adfb005f-33b8-4b35-a664-9654a3d5ee76 |
[{ "userId": 12, "groupAdmin": true }] | ||
| status | 200 | |
| header | Access-Control-Expose-Headers | authorization, content-type |
| header | Access-Control-Allow-Headers | authorization, content-type |
| header | Access-Control-Allow-Methods | GET, POST, DELETE, OPTIONS, PUT |
| header | Access-Control-Allow-Origin | * |
| header | Strict-Transport-Security | max-age=31536000; includeSubDomains |
| header | X-Frame-Options | SAMEORIGIN |
| header | X-Content-Type-Options | nosniff |
| header | X-XSS-Protection | 1; mode=block |
| header | Content-Security-Policy | default-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none' |
| header | Referrer-Policy | no-referrer |
| header | Feature-Policy | self |
| header | Permissions-policy | interest-cohort=() |
{} | ||