Query parameters

application/json
PUT /api/user_access_group/{identifier}
curl \
 --request PUT 'https://replace-with-own-host.iw-erp.de/api/user_access_group/{identifier}' \
 --header "x-session-token: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"data":{"id":42,"name":"string","super_admin":true,"admin":true,"user":true,"guest":true,"read_installations":true,"write_installations":true,"read_user":true,"write_user":true,"read_customerprofile":true,"write_customerprofile":true,"read_crm":true,"write_crm":true,"read_crm_project":true,"write_crm_project":true,"read_billing":true,"write_billing":true,"read_products":true,"write_products":true,"read_ticket":true,"write_ticket":true,"write_own_ticket":true,"read_time":true,"write_time":true,"read_call":true,"write_call":true,"read_hr":true,"write_hr":true,"read_srv":true,"write_srv":true,"read_domain":true,"write_domain":true,"read_software":true,"write_software":true,"read_privacy":true,"write_privacy":true,"read_event":true,"write_event":true,"read_event_booking":true,"write_event_booking":true,"write_event_availability":true,"write_eas":true,"write_wtes":true,"write_stats":true,"read_shortlink":true,"write_shortlink":true,"read_media":true,"write_media":true,"read_settings":true,"write_settings":true,"read_dwi":true,"write_dwi":true,"read_flt":true,"write_flt":true,"read_c1":true,"write_c1":true,"read_ch":true,"read_si":true,"read_pt":true,"write_pt":true,"read_loc":true,"write_loc":true,"read_notify":true,"write_notify":true,"read_chat":true,"write_chat":true,"write_webhook":true}}'
Request examples
{
  "data": {
    "id": 42,
    "name": "string",
    "super_admin": true,
    "admin": true,
    "user": true,
    "guest": true,
    "read_installations": true,
    "write_installations": true,
    "read_user": true,
    "write_user": true,
    "read_customerprofile": true,
    "write_customerprofile": true,
    "read_crm": true,
    "write_crm": true,
    "read_crm_project": true,
    "write_crm_project": true,
    "read_billing": true,
    "write_billing": true,
    "read_products": true,
    "write_products": true,
    "read_ticket": true,
    "write_ticket": true,
    "write_own_ticket": true,
    "read_time": true,
    "write_time": true,
    "read_call": true,
    "write_call": true,
    "read_hr": true,
    "write_hr": true,
    "read_srv": true,
    "write_srv": true,
    "read_domain": true,
    "write_domain": true,
    "read_software": true,
    "write_software": true,
    "read_privacy": true,
    "write_privacy": true,
    "read_event": true,
    "write_event": true,
    "read_event_booking": true,
    "write_event_booking": true,
    "write_event_availability": true,
    "write_eas": true,
    "write_wtes": true,
    "write_stats": true,
    "read_shortlink": true,
    "write_shortlink": true,
    "read_media": true,
    "write_media": true,
    "read_settings": true,
    "write_settings": true,
    "read_dwi": true,
    "write_dwi": true,
    "read_flt": true,
    "write_flt": true,
    "read_c1": true,
    "write_c1": true,
    "read_ch": true,
    "read_si": true,
    "read_pt": true,
    "write_pt": true,
    "read_loc": true,
    "write_loc": true,
    "read_notify": true,
    "write_notify": true,
    "read_chat": true,
    "write_chat": true,
    "write_webhook": true
  }
}
Response examples (200)
{
  "id": 42,
  "name": "string",
  "super_admin": true,
  "admin": true,
  "user": true,
  "guest": true,
  "read_installations": true,
  "write_installations": true,
  "read_user": true,
  "write_user": true,
  "read_customerprofile": true,
  "write_customerprofile": true,
  "read_crm": true,
  "write_crm": true,
  "read_crm_project": true,
  "write_crm_project": true,
  "read_billing": true,
  "write_billing": true,
  "read_products": true,
  "write_products": true,
  "read_ticket": true,
  "write_ticket": true,
  "write_own_ticket": true,
  "read_time": true,
  "write_time": true,
  "read_call": true,
  "write_call": true,
  "read_hr": true,
  "write_hr": true,
  "read_srv": true,
  "write_srv": true,
  "read_domain": true,
  "write_domain": true,
  "read_software": true,
  "write_software": true,
  "read_privacy": true,
  "write_privacy": true,
  "read_event": true,
  "write_event": true,
  "read_event_booking": true,
  "write_event_booking": true,
  "write_event_availability": true,
  "write_eas": true,
  "write_wtes": true,
  "write_stats": true,
  "read_shortlink": true,
  "write_shortlink": true,
  "read_media": true,
  "write_media": true,
  "read_settings": true,
  "write_settings": true,
  "read_dwi": true,
  "write_dwi": true,
  "read_flt": true,
  "write_flt": true,
  "read_c1": true,
  "write_c1": true,
  "read_ch": true,
  "read_si": true,
  "read_pt": true,
  "write_pt": true,
  "read_loc": true,
  "write_loc": true,
  "read_notify": true,
  "write_notify": true,
  "read_chat": true,
  "write_chat": true,
  "write_webhook": true
}