Skip to main content

AccessGroupDto

Access group data transfer object

createdAtstring<date-time>required

Creation timestamp

Example: 2024-01-01T00:00:00Z
descriptionstring | nullnullable

Optional description

Example: Users who can access manga content
grantCountinteger<int64>required

Number of tag grants in the group

Possible values: >= 0

Example: 3
idstring<uuid>required

Unique access group identifier

Example: 550e8400-e29b-41d4-a716-446655440000
memberCountinteger<int64>required

Number of members in the group

Possible values: >= 0

Example: 5
namestringrequired

Display name of the access group

Example: Manga Readers
updatedAtstring<date-time>required

Last update timestamp

Example: 2024-01-15T10:30:00Z
AccessGroupDto
{
"createdAt": "2024-01-01T00:00:00Z",
"description": "Users who can access manga content",
"grantCount": 3,
"id": "550e8400-e29b-41d4-a716-446655440000",
"memberCount": 5,
"name": "Manga Readers",
"updatedAt": "2024-01-15T10:30:00Z"
}