Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 3.62 KB

File metadata and controls

18 lines (14 loc) · 3.62 KB

CreatorRole

The role assigned to the creator of an organization

Fields

Field Type Required Description
object RoleSetCreatorRoleObject ✔️ N/A
id String ✔️ The unique identifier of the role
name String ✔️ The name of the role
key String ✔️ The key of the role (e.g., "org:admin", "org:member")
description Optional<String> ✔️ Optional description of the role
membersCount JsonNullable<Long> The number of members assigned to this role within the role set
hasMembers JsonNullable<Boolean> Whether this role has any members assigned within the role set
createdAt long ✔️ Unix timestamp of role creation
updatedAt long ✔️ Unix timestamp of last role update