Scope List

Scopes contain all scopes described in the human-readable format.

Specification

Scopes object contains all available scopes used within Make providing their human-readable description.

Example:

{
	"identify": "Allow application to confirm your identity.",
	"groups:read": "Access information about user's private channels.",
	"channels:read": "Access information about user's public channels.",
	"users:read": "Access the team member's profile information.",
	"im:read": "Access information about user's direct messages.",
	"files:write:user": "Upload and modify files as user.",
	"chat:write:bot": "Send messages as user.",
	"channels:history": "Access user's public channels.",
	"im:history": "Access user's direct messages.",
	"groups:history": "Access user's private channels.",
	"team:read": "Access basic information about the team."
}

Control of granted scopes in a connection

When you want to see which scopes have been granted to a particular connection in an app, go to Make and open Connections:

There, find the connection which you would like to check. If you have many connections, you can use Search in the right top corner for faster finding your connection.

Every row with a connection has an eye icon with a number. If there are scopes available in the connection, the number is larger than 0.

When you click on the eye button, a new window will pop up, with a list of granted scopes in the connection.

Last updated