IDM custom internal role is not working

Hi All,

I created a internal role with an user(idmuser01) to manage few attributes in Managed Object User.

Once the user logged in to IDM admin url, he cannot see the Managed Object User.

Updated below as well.
ui-configuration.json
“roles” : {
“internal/role/openidm-authorized” : “ui-user”,
“internal/role/openidm-admin” : “ui-admin”,
“internal/role/IDMSupport” : “ui-admin”
},

access.json
{
“pattern” : “",
“roles” : “internal/role/IDMSsupport”,
“methods” : "

}

Can someone help me with this ?

Thanks,
bala.

What privileges have you assigned to the IDMSupport internal role? Internal roles need to be assigned a one or privileges added, where each privilege defines the object the role has access to and the CRUD permissions that can be performed on the object entries, and gives fine-grained permissions that can be set to manage R/W/No access to specific attributes of the object.