Permissions
Role-based access control and permission management.
Returns the complete list of available permissions in the system. Each permission has a category, entity, action, and optional dependencies on other permissions.
Successful operation.
ANALYTIC_POLICY_READPossible values: ANALYTICPossible values: POLICYPossible values: READPossible values: false["POLICIES_POLICY_READ"]Unauthorized request.
Forbidden
Internal server error.
GET /api/v1/permissions HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"name": "ANALYTIC_POLICY_READ",
"category": "ANALYTIC",
"entity": "POLICY",
"action": "READ",
"disabled": false,
"dependOn": [
"POLICIES_POLICY_READ"
]
}
]Returns a paginated list of custom roles created by the current Standard Registry. Filter by role name with partial match.
Filter by role name (case-insensitive, partial match). Leave empty to return all.
The number of pages to skip before starting to collect the result set
0The numbers of items to return
20Successful operation. Returns roles array and total count in X-Total-Count header.
Unauthorized request.
Forbidden
Internal server error.
GET /api/v1/permissions/roles HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"createDate": "2026-03-10T13:06:42.559Z",
"updateDate": "2026-03-10T13:06:54.056Z",
"uuid": "5c4eb19b-a946-4edb-a79f-e7199317824c",
"name": "Policy User",
"description": "",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"permissions": [
"CONTRACTS_CONTRACT_READ",
"POLICIES_POLICY_EXECUTE",
"POLICIES_POLICY_READ",
"TOKENS_TOKEN_READ",
"TAGS_TAG_READ"
],
"default": false,
"readonly": false,
"id": "69b017625a07d3f3b40a9acd"
}
]Creates new role.
Internal database identifier
69aeb71ef8c5b278e3bab4e5Role creation date in ISO 8601 format
2026-03-03T17:25:53.312ZLast update date in ISO 8601 format
2026-03-03T17:25:53.312ZUnique universal identifier
9db028d2-03ad-4d49-a178-cf4b67f8c147Role name
Policy UserRole description
Role for standard policy usersDID of the Standard Registry who created this role
did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599Whether this is the default role for new users
falseWhether the role is read-only (system role)
falseCreated role.
Internal database identifier
69aeb71ef8c5b278e3bab4e5Role creation date in ISO 8601 format
2026-03-03T17:25:53.312ZLast update date in ISO 8601 format
2026-03-03T17:25:53.312ZUnique universal identifier
9db028d2-03ad-4d49-a178-cf4b67f8c147Role name
Policy UserRole description
Role for standard policy usersDID of the Standard Registry who created this role
did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599Whether this is the default role for new users
falseWhether the role is read-only (system role)
falseUnauthorized request.
Forbidden
Internal server error.
POST /api/v1/permissions/roles HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 116
{
"name": "Custom Role",
"description": "Role for VVB users",
"permissions": [
"POLICIES_POLICY_READ",
"TOKENS_TOKEN_READ"
]
}{
"createDate": "2026-03-10T13:06:42.559Z",
"updateDate": "2026-03-10T13:06:54.056Z",
"uuid": "5c4eb19b-a946-4edb-a79f-e7199317824c",
"name": "Policy User",
"description": "",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"permissions": [
"CONTRACTS_CONTRACT_READ",
"POLICIES_POLICY_EXECUTE",
"POLICIES_POLICY_READ",
"TOKENS_TOKEN_READ",
"TAGS_TAG_READ"
],
"default": false,
"readonly": false,
"id": "69b017625a07d3f3b40a9acd"
}Updates role configuration for the specified role ID.
Role Identifier
69aeb71ef8c5b278e3bab4e5Internal database identifier
69aeb71ef8c5b278e3bab4e5Role creation date in ISO 8601 format
2026-03-03T17:25:53.312ZLast update date in ISO 8601 format
2026-03-03T17:25:53.312ZUnique universal identifier
9db028d2-03ad-4d49-a178-cf4b67f8c147Role name
Policy UserRole description
Role for standard policy usersDID of the Standard Registry who created this role
did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599Whether this is the default role for new users
falseWhether the role is read-only (system role)
falseRole configuration.
Internal database identifier
69aeb71ef8c5b278e3bab4e5Role creation date in ISO 8601 format
2026-03-03T17:25:53.312ZLast update date in ISO 8601 format
2026-03-03T17:25:53.312ZUnique universal identifier
9db028d2-03ad-4d49-a178-cf4b67f8c147Role name
Policy UserRole description
Role for standard policy usersDID of the Standard Registry who created this role
did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599Whether this is the default role for new users
falseWhether the role is read-only (system role)
falseUnauthorized request.
Forbidden. The role does not belong to this tenant.
Forbidden
Role not found.
Internal server error.
PUT /api/v1/permissions/roles/{id} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 116
{
"name": "Custom Role",
"description": "Role for VVB users",
"permissions": [
"POLICIES_POLICY_READ",
"TOKENS_TOKEN_READ"
]
}{
"createDate": "2026-03-10T13:06:42.559Z",
"updateDate": "2026-03-10T13:06:54.056Z",
"uuid": "5c4eb19b-a946-4edb-a79f-e7199317824c",
"name": "Policy User",
"description": "",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"permissions": [
"CONTRACTS_CONTRACT_READ",
"POLICIES_POLICY_EXECUTE",
"POLICIES_POLICY_READ",
"TOKENS_TOKEN_READ",
"TAGS_TAG_READ"
],
"default": false,
"readonly": false,
"id": "69b017625a07d3f3b40a9acd"
}Deletes the role with the provided role ID.
Role Identifier
69aeb71ef8c5b278e3bab4e5Successful operation.
Unauthorized request.
Forbidden. The role does not belong to this tenant.
Forbidden
Unprocessable entity.
Internal server error.
DELETE /api/v1/permissions/roles/{id} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
trueSet the role as default for new users.
Role Identifier
69aeb71ef8c5b278e3bab4e5Created role.
Internal database identifier
69aeb71ef8c5b278e3bab4e5Role creation date in ISO 8601 format
2026-03-03T17:25:53.312ZLast update date in ISO 8601 format
2026-03-03T17:25:53.312ZUnique universal identifier
9db028d2-03ad-4d49-a178-cf4b67f8c147Role name
Policy UserRole description
Role for standard policy usersDID of the Standard Registry who created this role
did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599Whether this is the default role for new users
falseWhether the role is read-only (system role)
falseUnauthorized request.
Forbidden
Internal server error.
POST /api/v1/permissions/roles/default HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"id": "69aeb71ef8c5b278e3bab4e5"
}{
"createDate": "2026-03-10T13:06:42.559Z",
"updateDate": "2026-03-10T13:06:54.056Z",
"uuid": "5c4eb19b-a946-4edb-a79f-e7199317824c",
"name": "Policy User",
"description": "",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"permissions": [
"CONTRACTS_CONTRACT_READ",
"POLICIES_POLICY_EXECUTE",
"POLICIES_POLICY_READ",
"TOKENS_TOKEN_READ",
"TAGS_TAG_READ"
],
"default": false,
"readonly": false,
"id": "69b017625a07d3f3b40a9acd"
}Returns all users.
The number of pages to skip before starting to collect the result set
0The numbers of items to return
20Filter by role
69aeb71ef8c5b278e3bab4e5Filter by status
Filter by username
usernameSuccessful operation.
Unauthorized request.
Forbidden
Internal server error.
GET /api/v1/permissions/users HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"username": "username",
"role": "STANDARD_REGISTRY",
"permissionsGroup": [
{}
],
"permissions": [
"POLICIES_POLICY_READ"
],
"did": "did:hedera:testnet:abc123",
"parent": "string",
"hederaAccountId": "0.0.1001"
}
]Updates user permissions for the specified username.
User Identifier
usernameUser permissions.
usernameUSERPossible values: [{}]["POLICIES_POLICY_READ"]did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.6046379Unauthorized request.
Forbidden
User not found.
Internal server error.
GET /api/v1/permissions/users/{username} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"username": "username",
"role": "USER",
"permissionsGroup": [
{}
],
"permissions": [
"POLICIES_POLICY_READ"
],
"did": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"parent": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"hederaAccountId": "0.0.6046379"
}Updates user permissions for the specified username.
User Identifier
usernameUser permissions.
usernameUSERPossible values: [{}]["POLICIES_POLICY_READ"]did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.6046379Unauthorized request.
Forbidden
User not found.
Internal server error.
PUT /api/v1/permissions/users/{username} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 55
[
"69aeb71ef8c5b278e3bab4e5",
"69aeb71ef8c5b278e3bab4e5"
]{
"username": "username",
"role": "USER",
"permissionsGroup": [
{}
],
"permissions": [
"POLICIES_POLICY_READ"
],
"did": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"parent": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"hederaAccountId": "0.0.6046379"
}Returns all roles.
User Identifier
usernameThe number of pages to skip before starting to collect the result set
0The numbers of items to return
20Filter by status
Successful operation.
Unauthorized request.
Forbidden
User not found.
Internal server error.
GET /api/v1/permissions/users/{username}/policies HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Policy name",
"description": "Description",
"topicDescription": "Description",
"policyTag": "Tag",
"status": "string",
"creator": "string",
"owner": "string",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"codeVersion": "1.0.0",
"createDate": "string",
"version": "1.0.0",
"originalChanged": true,
"config": {},
"userRole": "Installer",
"userRoles": [
"Installer"
],
"userGroup": {
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"role": "Installer",
"groupLabel": "Label",
"groupName": "Name",
"active": true
},
"userGroups": [
{
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"role": "Installer",
"groupLabel": "Label",
"groupName": "Name",
"active": true
}
],
"policyRoles": [
"Registrant"
],
"policyNavigation": [
{
"role": "Registrant",
"steps": [
{
"block": "Block tag",
"level": 1,
"name": "Step name"
}
]
}
],
"policyTopics": [
{
"name": "Project",
"description": "Project",
"memoObj": "topic",
"static": false,
"type": "any"
}
],
"policyTokens": [
{
"tokenName": "Token name",
"tokenSymbol": "Token symbol",
"tokenType": "non-fungible",
"decimals": "",
"changeSupply": true,
"enableAdmin": true,
"enableFreeze": true,
"enableKYC": true,
"enableWipe": true,
"templateTokenTag": "token_template_0"
}
],
"policyGroups": [
{
"name": "Group name",
"creator": "Registrant",
"groupAccessType": "Private",
"groupRelationshipType": "Multiple",
"members": [
"Registrant"
]
}
],
"categories": [
"string"
],
"projectSchema": "string",
"tests": [
{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Test Name",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"owner": "string",
"status": "string",
"date": "string",
"duration": 0,
"progress": 0,
"resultId": "69aeb71ef8c5b278e3bab4e5",
"result": {}
}
],
"ignoreRules": [
{
"code": "string",
"blockType": "string",
"property": "string",
"contains": "string",
"severity": "warning"
}
]
}
]Assign policy.
User Identifier
username["69aeb71ef8c5b278e3bab4e5"]trueAssigned policy.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Policy nameDescriptionDescriptionTagDRAFTPossible values: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463790.0.60463791773670900.819264517privatePossible values: 1.0.0Server-managed schema template bindings, one per applied template. Ignored by normal policy update endpoints.
2026-03-03T17:25:53.312Z1.0.0Installer["Installer"]Full list of group rows for this user in the policy (getGroupsByUser), including inactive.
[{"uuid":"9db028d2-03ad-4d49-a178-cf4b67f8c147","role":"Installer","groupLabel":"Label","groupName":"Name","active":true}]["Registrant"][{"role":"Registrant","steps":[{"block":"Block tag","level":1,"name":"Step name"}]}][{"name":"Project","description":"Project","memoObj":"topic","static":false,"type":"any"}][{"tokenName":"Token name","tokenSymbol":"Token symbol","tokenType":"non-fungible","decimals":"","changeSupply":true,"enableAdmin":true,"enableFreeze":true,"enableKYC":true,"enableWipe":true,"templateTokenTag":"token_template_0"}][{"name":"Group name","creator":"Registrant","groupAccessType":"Private","groupRelationshipType":"Multiple","members":["Registrant"]}]User-configured policy API documentation entries. The alias may be a single slug (create-device) or a path of slugs separated by / (monitoring-reports/create).
[{"name":"create_device","description":"Send event to create_device","target":"create_device","method":"POST","alias":"monitoring-reports/create","url":"/api/v1/policies/{policyId}/tag/create_device/blocks","dmrvUrl":"/api/v1/dmrv/{policyId}/monitoring-reports/create"}]9db028d2-03ad-4d49-a178-cf4b67f8c147Unauthorized request.
Forbidden
User not found.
Internal server error.
POST /api/v1/permissions/users/{username}/policies/assign HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 56
{
"policyIds": [
"69aeb71ef8c5b278e3bab4e5"
],
"assign": true
}{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Policy name",
"description": "Description",
"topicDescription": "Description",
"policyTag": "Tag",
"status": "DRAFT",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"codeVersion": "1.0.0",
"createDate": "2026-03-03T17:25:53.312Z",
"version": "1.0.0",
"originalChanged": true,
"config": {},
"userRole": "Installer",
"userRoles": [
"Installer"
],
"userGroup": {
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"role": "Installer",
"groupLabel": "Label",
"groupName": "Name",
"active": true
},
"userGroups": [
{
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"role": "Installer",
"groupLabel": "Label",
"groupName": "Name",
"active": true
}
],
"policyRoles": [
"Registrant"
],
"policyNavigation": [
{
"role": "Registrant",
"steps": [
{
"block": "Block tag",
"level": 1,
"name": "Step name"
}
]
}
],
"policyTopics": [
{
"name": "Project",
"description": "Project",
"memoObj": "topic",
"static": false,
"type": "any"
}
],
"policyTokens": [
{
"tokenName": "Token name",
"tokenSymbol": "Token symbol",
"tokenType": "non-fungible",
"decimals": "",
"changeSupply": true,
"enableAdmin": true,
"enableFreeze": true,
"enableKYC": true,
"enableWipe": true,
"templateTokenTag": "token_template_0"
}
],
"policyGroups": [
{
"name": "Group name",
"creator": "Registrant",
"groupAccessType": "Private",
"groupRelationshipType": "Multiple",
"members": [
"Registrant"
]
}
],
"categories": [
"string"
],
"projectSchema": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"tests": [
{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Test Name",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"status": "NEW",
"date": "2026-03-03T17:25:53.312Z",
"duration": 0,
"progress": 0,
"resultId": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"result": {}
}
],
"ignoreRules": [
{
"code": "string",
"blockType": "string",
"property": "string",
"contains": "string",
"severity": "warning"
}
]
}Delegate user permissions for the specified username.
User Identifier
usernameUser permissions.
usernameUSERPossible values: [{}]["POLICIES_POLICY_READ"]did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.6046379Unauthorized request.
Forbidden
User not found.
Internal server error.
PUT /api/v1/permissions/users/{username}/delegate HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 55
[
"69aeb71ef8c5b278e3bab4e5",
"69aeb71ef8c5b278e3bab4e5"
]{
"username": "username",
"role": "USER",
"permissionsGroup": [
{}
],
"permissions": [
"POLICIES_POLICY_READ"
],
"did": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"parent": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"hederaAccountId": "0.0.6046379"
}Delegate policy.
User Identifier
username["69aeb71ef8c5b278e3bab4e5"]trueAssigned policy.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Policy nameDescriptionDescriptionTagDRAFTPossible values: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463790.0.60463791773670900.819264517privatePossible values: 1.0.0Server-managed schema template bindings, one per applied template. Ignored by normal policy update endpoints.
2026-03-03T17:25:53.312Z1.0.0Installer["Installer"]Full list of group rows for this user in the policy (getGroupsByUser), including inactive.
[{"uuid":"9db028d2-03ad-4d49-a178-cf4b67f8c147","role":"Installer","groupLabel":"Label","groupName":"Name","active":true}]["Registrant"][{"role":"Registrant","steps":[{"block":"Block tag","level":1,"name":"Step name"}]}][{"name":"Project","description":"Project","memoObj":"topic","static":false,"type":"any"}][{"tokenName":"Token name","tokenSymbol":"Token symbol","tokenType":"non-fungible","decimals":"","changeSupply":true,"enableAdmin":true,"enableFreeze":true,"enableKYC":true,"enableWipe":true,"templateTokenTag":"token_template_0"}][{"name":"Group name","creator":"Registrant","groupAccessType":"Private","groupRelationshipType":"Multiple","members":["Registrant"]}]User-configured policy API documentation entries. The alias may be a single slug (create-device) or a path of slugs separated by / (monitoring-reports/create).
[{"name":"create_device","description":"Send event to create_device","target":"create_device","method":"POST","alias":"monitoring-reports/create","url":"/api/v1/policies/{policyId}/tag/create_device/blocks","dmrvUrl":"/api/v1/dmrv/{policyId}/monitoring-reports/create"}]9db028d2-03ad-4d49-a178-cf4b67f8c147Unauthorized request.
Forbidden
User not found.
Internal server error.
POST /api/v1/permissions/users/{username}/policies/delegate HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 56
{
"policyIds": [
"69aeb71ef8c5b278e3bab4e5"
],
"assign": true
}{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Policy name",
"description": "Description",
"topicDescription": "Description",
"policyTag": "Tag",
"status": "DRAFT",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"codeVersion": "1.0.0",
"createDate": "2026-03-03T17:25:53.312Z",
"version": "1.0.0",
"originalChanged": true,
"config": {},
"userRole": "Installer",
"userRoles": [
"Installer"
],
"userGroup": {
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"role": "Installer",
"groupLabel": "Label",
"groupName": "Name",
"active": true
},
"userGroups": [
{
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"role": "Installer",
"groupLabel": "Label",
"groupName": "Name",
"active": true
}
],
"policyRoles": [
"Registrant"
],
"policyNavigation": [
{
"role": "Registrant",
"steps": [
{
"block": "Block tag",
"level": 1,
"name": "Step name"
}
]
}
],
"policyTopics": [
{
"name": "Project",
"description": "Project",
"memoObj": "topic",
"static": false,
"type": "any"
}
],
"policyTokens": [
{
"tokenName": "Token name",
"tokenSymbol": "Token symbol",
"tokenType": "non-fungible",
"decimals": "",
"changeSupply": true,
"enableAdmin": true,
"enableFreeze": true,
"enableKYC": true,
"enableWipe": true,
"templateTokenTag": "token_template_0"
}
],
"policyGroups": [
{
"name": "Group name",
"creator": "Registrant",
"groupAccessType": "Private",
"groupRelationshipType": "Multiple",
"members": [
"Registrant"
]
}
],
"categories": [
"string"
],
"projectSchema": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"tests": [
{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Test Name",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"status": "NEW",
"date": "2026-03-03T17:25:53.312Z",
"duration": 0,
"progress": 0,
"resultId": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"result": {}
}
],
"ignoreRules": [
{
"code": "string",
"blockType": "string",
"property": "string",
"contains": "string",
"severity": "warning"
}
]
}Last updated
Was this helpful?