How-To: List users in OX

Information

This article describes how to list users in OX (Open-Xchange) in UCS-5.

Steps

  • First install the JSON commandline processor "jq"
apt install jq
  • Now you can list OX users with
/opt/open-xchange/sbin/listuser -c 10 -A oxadmin -P $(jq -r '."10".adminpass' /var/lib/univention-appcenter/apps/ox-connector/data/secrets/contexts.json)
  • If you want to list users from a specific context, adjust the parameters accordingly
/opt/open-xchange/sbin/listuser -c 14 -A oxadmin-context14 -P $(jq -r '."14".adminpass' /var/lib/univention-appcenter/apps/ox-connector/data/secrets/contexts.json)



For older versions of OX take a look here:

1 Like

This topic was automatically closed after 24 hours. New replies are no longer allowed.

Mastodon