Skip to main content

Version: 23.10

Permissions

Sometimes, you may need to control who can see certain information. Permissions let you restrict access to specified information by allowing only configured user roles or groups to see it.

permissions: {
type: 'role',
value: ['Processing Staff', 'Work Spaces Staff'],
}

Attributes

All attributes are optional unless otherwise indicated.

AttributeDescription
typestring
Valid values: group, role.
value[ string ]
A list of groups or roles that must be present in the user's profile (in Journey Manager) in order for the corresponding information to be displayed to the user.
info

permissions is supported for the following configurations: Space, Actions, Attachments, Custom cards, and Invoke. For details, refer to the attributes of these configurations.

For a list of supported attributes, see API Reference.

In this topic