How to add fields when creating an admin user

System Information
  • Strapi Version: 4.10.6
  • Operating System: windows10
  • Database: sqlite
  • Node Version: 18.15.0
  • NPM Version: 9.5.0
  • Yarn Version: 1.22.19

I could not find a way to add a field when creating an admin user.
Could you please provide information on how to do this?

To my knowledge, this isn’t supported or at least not in the way Strapi is endorsing it.

If you’re wanting to add additional data to each admin user, an alternative method is to create a content type that has a relationship with an admin user. For example, a “User Profiles” content type that is linked to an admin user.

3 Likes

I see. Thank you very much.

1 Like

No worries :slight_smile: