You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
If I'm logged into a shared, partially synced realm (such as the default realm) as an admin user, I may want to be able to manage the permissions for another user. This is technically already possible through the current API:
The problem is that I have no way of programmatically obtaining the user Identity (marked as internalUserIdentity above) without being logged in as that user, so any user management would currently have to be done in Realm Studio and requires some technical knowledge of how Realm works.
Expected Results
I would like to be able to retrieve a list of users for use with the permissions API.
The text was updated successfully, but these errors were encountered:
Goals
If I'm logged into a shared, partially synced realm (such as the default realm) as an admin user, I may want to be able to manage the permissions for another user. This is technically already possible through the current API:
The problem is that I have no way of programmatically obtaining the user Identity (marked as internalUserIdentity above) without being logged in as that user, so any user management would currently have to be done in Realm Studio and requires some technical knowledge of how Realm works.
Expected Results
I would like to be able to retrieve a list of users for use with the permissions API.
The text was updated successfully, but these errors were encountered: