Set access rights for a group
documentedSet access rights for a group on one or more queues.
POST /api/v2/groups/{group_id}/access_rightsGroupsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.mojohelpdesk.com/api/v2/groups/{{$group_id}}/access_rights?access_key={{MOJOHELPDESK_API_KEY}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"has_access_to_all_ticket_queues": "{{$has_access_to_all_ticket_queues}}"}'