List users in Conductor one using the API
Why
To run some automation against them
How
Replace <companyname>
with your instance URL
curl --request GET \
--url https://<companyname>.conductor.one/api/v1/users \
--header 'Accept: application/json' \
--header "Authorization: $(cone token -o json | jq ".access_token" | xargs)"
Want to make this site better? Open a PR or help fund hosting costs