Add an Admin only field to user accounts?

Is it possible to add a field to the user accounts - for example called ‘CRM ID’ - that is only visible and editable by the Site Admin?

Thanks

You should be able to add the field and create a permission for it, then use checkAccess() function in your template to show/hide it, or use it in your handlebars template for the table to do the same

You’ll also probably get help faster in the chat: UserFrosting | Chat

Thanks for the help…I also plan to add user but I don’t know where to start.