
Hello there,
I'm trying to list user's session via (dotnet) server SDK but when calling /users/{userId}/sessions
I receive errore due to (role: applications) missing scope (home)
The API token has complete access to auth scope.
Any idea?

Hey there 👋 Can you share your source code please? Section that makes request to API should be enough

my wild guess would be that /v1
is missing in the endpoint

damn, you're right! test by test I deleted /v1
by mistake!


[SOLVED] Server SDK - (role: applications) missing scope (home)

thanks, I was going crazy!
Recommended threads
- URL attribute in "processing" state
Good day everyone! I just started learning React/Vite. In my current database right now I have these 4 attributes, and the URL attributes seems to still be in ...
- Mariadb keeps Restarting / Fails to init...
Ive just setup Appwrite on my docker compose host using the supplied Docker compose commands. My issue is that the mariadb container keeps restarting and fails...
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'тест '}]) This code al...
