> ## Documentation Index
> Fetch the complete documentation index at: https://jamesauth.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Scopes

Full list of scopes and their uses.

<Tabs>
  <Tab title="email">
    Access user's email address
  </Tab>

  <Tab title="profile">
    Access user's name and avatar
  </Tab>

  <Tab title="sync (deprecated)">
    <Card title="Scope deprecated" type="warning">
      This scope is deprecated. Consider upgrading to use the 'storedatacloud' scope
    </Card>

    Sync user preferences.
  </Tab>

  <Tab title="storedatacloud">
    Store data in cloud (requires user consent and privacy\_url)

    <Warning>
      Note: privacy\_url is required in service configuration for this scope
    </Warning>
  </Tab>

  <Tab title="createdevapps (NEW)">
    <Warning>
      Always check that the apps requesting this scope are James Auth official applications. Labelled with "Developed by James Theakston" on the auth page
    </Warning>

    Create developer applications on the James Auth Developer Portal.

    <Note>
      This scope can only be used by James Auth beta applications
    </Note>
  </Tab>
</Tabs>
