Retrieves information about the user (roles, permissions assigned policies)
Request
Path Parameters
Parameter
Type
Required
Description
Response
Success Response
{
"username": "example_user",
"did": "did:hedera:testnet:zHcDLGFNymFAJiMBKnpbHDgjvTn6yZnwkPPeFhtJBECH_0.0.4532001",
"parent": "did:hedera:testnet:zHcDLGFNymFAJiMBKnpbHDgjvTn6yZnwkPPeFhtJBECH_0.0.4532001",
"role": "MRV Submitter",
"permissionsGroup": [
{
"roleId": "63e3e5e8a01b3c001234abcd",
"roleName": "MRV Submitter",
"permissions": ["POLICIES_POLICY_READ", "POLICIES_POLICY_EXECUTE"]
}
]
}Field
Type
Description
Error Responses
Status
Description
PreviousReturns list of all users for whom the current user can change the roleNextUpdates User Roles (only SR)
Last updated
Was this helpful?