Last active
July 3, 2020 11:15
-
-
Save velotiotech/7df391e854d15c11f4bb452b0613bf6f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s -H "Authorization: Bearer $(dcos config show core.dcos_acs_token)" | |
"$(dcos config show core.dcos_url)/acs/api/v1/users" | jq ‘.array[].uid’ -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment