Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1023 Bytes

Role.md

File metadata and controls

21 lines (13 loc) · 1023 Bytes

Role

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.
modified OffsetDateTime The time this entity was last modified.
accountId Integer The ID of the account that owns this entity.
campaignGroupID Integer 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 List<Integer> 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.