users.read
curl --location --request GET 'https://Example-Server.com/be/v1/users/adminPrincipal' \ --header 'x-rockit-beauth-token: eyjhvcIhvds;huVODV...' \ --header 'x-rockit-orgname: ExampleOrg' \ --header 'x-rockit-username: adminPrincipal' \ --header 'x-rockit-api-key: {{_adminPrincipal_apiKey}}'
{ "status": "success", "message": "user deleted" }