Create a Role which could not assign Full Access

Hello,
We wants to create a role which could assign the roles to different users but could not assign full access role to user. How we can implement it?
Thanks

Row level role that has no access to system-full-access ?

No. for resource role. Suppose admin create a role of deputy admin which has authorization to assign roles to different users. But he should not be authorized to assign full access to users.

Hi,
There is no such functionality out of the box. You will have to create your own screens for role assignment, taking the sceens from Jmix as an example. Or override existing Jmix screens, adding the required modifications there.