Bootstrapping user management

Hi there,

Can anyone help me bootstrapping user management?

  1. How to create a token for “participant_admin”? Does the token need to be like this?
{
   "aud": "https://daml.com/jwt/aud/participant/someParticipantId",
   "sub": "participant_admin",
   "exp": 1300819380
}
  1. Auth0 does not allow sub to be changed. Is it possible to create the admin token in Auth0?

  2. Can I manage users via Canton console? If yes, do I still need admin token and how?

Thanks.