Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.12 KB

Role.md

File metadata and controls

19 lines (14 loc) · 1.12 KB

# Role

Properties

Name Type Description Notes
id int Internal ID of this entity.
created \DateTime The time this entity was created.
modified \DateTime The time this entity was last modified.
accountId int The ID of the account that owns this entity.
campaignGroupID int The ID of the Campaign Group this role was created for. [optional]
name string Name of the role.
description string Description of the role. [optional]
members int[] A list of user identifiers assigned to this role. [optional]
acl object The `Access Control List` json defining the role of the user. This represents the access control on the user level.

[Back to Model list] [Back to API list] [Back to README]