Sync Roles
documentedSync updated roles.
GET /api/v1/roles.syncUser Managementno 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://rocket.chat/api/v1/roles.sync?updatedSince={{$updatedSince}}" \
-X GET \
-H "X-User-Id: {{$user_id}}" \
-H "X-Auth-Token: {{$auth_token}}" \
-H "Accept: application/json"