I’m building a multi-tenancy application, using teams as tenants and authenticating users with phone OTP.
I’m currently building the users management screen and calling: teams.listMemberships(id) using the the web SDK But the response is the without the users phone numbers and labels.
Any ideas how to tackle this? Tnx.
How to get all users of a team including their phone numbers and labels
Recommended threads
- redirect uri not working for OAuth with ...
I'm following this tutorial: https://appwrite.io/blog/post/google-oauth-expo#create-an-expo-app but im using an android development build instead. When I run h...
- Method EQUAL not wrking in REST API Quer...
Request: ``` postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%2...
- OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web ...