List all users and accounts as a SYSTEM OPERATOR
0
Please see the instructions below, in order to list all users via REST API as an operator:
- Create a session for a User (operator in this case- Basic Auth) - https://<url>/sys/v1/session/auth
-
Select the account - https://<url>/sys/v1/session/select_account
with acct_id
-
List all users - https://<url>/sys/v1/users?all_customers=true
Comments
Please sign in to leave a comment.