GET REST API Exposed by SAM to Retrieve User Types
SAM provides a built-in GET REST API to access a list of all of the configured users.
To get list of user types, make a GET call to http://<SAM server>/sam/users.
The JSON output will contain information with their Ids in the
property named ‘uId’ such as,
{
"uId": "0CX@32325363",
"userId": null,
"userName": "Admin",
},