Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save HerrMuellerluedenscheid/9238fd577e34c2b761b3ecb79be6cb13 to your computer and use it in GitHub Desktop.
Save HerrMuellerluedenscheid/9238fd577e34c2b761b3ecb79be6cb13 to your computer and use it in GitHub Desktop.
curl query appwrite users
curl -XGET -H 'X-Appwrite-Project: <APPWRITE PROJECT ID>' -H 'X-Appwrite-key: <APPWRITE KEY>' -H "Content-type: application/json" 'https://cloud.appwrite.io/v1/users'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment