Return all UserAccessGroup

GET /api/user_access_group

Query parameters

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

Responses

  • 200 application/json

    Return all UserAccessGroup

    Hide response attributes Show response attributes object
    • id integer
    • name string
    • super_admin boolean
    • admin boolean
    • user boolean
    • guest boolean
    • read_installations boolean
    • write_installations boolean
    • read_user boolean
    • write_user boolean
    • read_customerprofile boolean
    • write_customerprofile boolean
    • read_crm boolean
    • write_crm boolean
    • read_crm_project boolean
    • write_crm_project boolean
    • read_billing boolean
    • write_billing boolean
    • read_products boolean
    • write_products boolean
    • read_ticket boolean
    • write_ticket boolean
    • write_own_ticket boolean
    • read_time boolean
    • write_time boolean
    • read_trainer_time boolean
    • write_trainer_time boolean
    • read_call boolean
    • write_call boolean
    • read_hr boolean
    • write_hr boolean
    • read_srv boolean
    • write_srv boolean
    • read_domain boolean
    • write_domain boolean
    • read_software boolean
    • write_software boolean
    • read_privacy boolean
    • write_privacy boolean
    • read_event boolean
    • write_event boolean
    • read_event_booking boolean
    • write_event_booking boolean
    • read_event_booking_group boolean
    • write_event_booking_group boolean
    • write_event_availability boolean
    • write_eas boolean
    • write_wtes boolean
    • write_stats boolean
    • read_media boolean
    • write_media boolean
    • read_settings boolean
    • write_settings boolean
    • read_dwi boolean
    • write_dwi boolean
    • read_flt boolean
    • write_flt boolean
    • read_c1 boolean
    • write_c1 boolean
    • read_ch boolean
    • read_si boolean
    • read_pt boolean
    • write_pt boolean
    • read_loc boolean
    • write_loc boolean
    • read_notify boolean
    • write_notify boolean
    • read_chat boolean
    • write_chat boolean
    • write_webhook boolean
GET /api/user_access_group
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/user_access_group' \
 --header "x-session-token: $API_KEY"
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_trainer_time": true,
    "write_trainer_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,
    "read_event_booking_group": true,
    "write_event_booking_group": 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
  }
]