Scope List

Scope lists contain all scopes described in a human-readable format.

Specification

The scopes object contains all available scopes used within Make with their human-readable description.

{
	"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."
}

View granted scopes in a connection

You can view the scopes granted in a connection:

1

Click Connections in the left menu.

2

Find the connection you want to review. If you have many connections, you can use the Search feature in the upper-right corner to find the connection.

3

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.

A connection without granted scopes
4

Click on the eye icon to view the list of granted scopes in the connection.

Last updated