Admin access for users fields

We have several custom fields on the user level. How can we provide admin access to edit fields for non-admin users?

You basically can’t :slightly_frowning_face:
You could create a related secondary db in a space that (some) users do have access to and then do stuff like lookups or automations to make the content visible/available in the User db.

Ok, got it. But can we add the second admin in this case?

You can have as many admins as you like, and every admin has unlimited permissions in all spaces.
Not sure how this helps in your use case… :person_shrugging:

2 Likes

Thanks @Chr1sG ! The problem was that our role field was hidden :slight_smile: Thanks for the help.