Programmatically managing Realm Cloud users

I am looking at building management of our Realm Cloud Users into my application so I am looking for the SDK endpoints to;

  1. Check if a user exists (user name only not logging in as user)
  2. As an administrator change the users password (again without logging in as the user)
  3. As an administrator delete the user and all associated Realms.
1 Like

u may can check the System Realm /__admin. There you find the Class User.

kind regards