Skip to content

OAuth 2.0 Scopes for Aspecta APIs

This document lists the OAuth 2.0 scopes that you might need to request to access Aspecta APIs, depending on the level of access you need. For example, if you want to access a user's information, you need the user scope. For how to use scopes, see Using OAuth 2.0 to Access Aspecta APIs.

Scopes determine which kinds of data the application can access. The scope parameter is a space-delimited list of strings that specifies the scope of the access requested. The following table lists the scopes that you might need to use to access Aspecta APIs.

Available Scopes

ScopeDescription
userView basic personal info of a user, including name, url, and avatar etc.
aspectView aspects of a user.
aspect.developer.skillView developer skills of a user

To know which scopes are required for each API, see the API documentation. For example, to know which scopes are required to access the API documentation of Get User.