> For the complete documentation index, see [llms.txt](https://id-docs.fsl.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://id-docs.fsl.com/developers/grant-scope.md).

# Grant Scope

The scope of user profile to grant. Each scope grant request requires the user's approval. Only profiles in the approved scopes will returned.

The authorization will fail if `basic` scope by default is rejected.

Concat with *comma* when requesting more than one grant scope. E.g. "basic,wallet" to request `basic` and `wallet` scope.

**Scopes**

<table><thead><tr><th width="213">Name</th><th>Description</th></tr></thead><tbody><tr><td><code>basic</code></td><td>Basic profile info, include FSL UID, Name, Profile Image, Email address.</td></tr><tr><td><code>wallet</code></td><td>FSL ID wallet addresses on all supporting chain.</td></tr><tr><td><code>ReputationScore</code></td><td>Share and retrieve user reputation score.</td></tr><tr><td> </td><td>More scopes TBD.</td></tr></tbody></table>
