A new SecurityNamespace created by POST /SecurityNamespaces is not visible in ManagementClient

A new namespace is created successfully, with result=201. It can be retreived by GET /SecurityNamespaces

{
“name”: “PinkRoleOperator”,
“displayName”: “PinkRole operator”,
“id”: “3754e6aa-16ef-4bec-9b61-fb9eda559a5f”,
“resourceType”: “3754e6aa-16ef-4bec-9b61-fb9eda559a5f”,
“userDefined”: true,
“structure”: 1,
“securityActions”: [
{
“name”: “GENERIC_READ”,
“displayName”: “Read”,
“visible”: false,
“securityMask”: 1
},
{
“name”: “ADMIN_SECURITY”,
“displayName”: “Admin Security”,
“visible”: false,
“securityMask”: 2
}
],
“relations”: {
“self”: {
“type”: “securityNamespaces”,
“id”: “3754e6aa-16ef-4bec-9b61-fb9eda559a5f”
}
},
“relatedTimeprofileMask”: 0
}

BUT:

is not visible in ManagementClient under Roles \ OverallSecurity

What are we missing?

Much appreciated

Did you restart the Management Client? The Management Client will not automatically refresh.
If you did start the Management Client after the creation, and that doesn’t solve it please tell me which version of the XProtect VMS you are testing with.