The role assigned to the creator of an organization
| 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 |