Skip to main content

GrantSourceDto

Source of a grant (user or group)

groupIdstring,null<uuid>nullable

Group ID (only present for group sources)

Example: 550e8400-e29b-41d4-a716-446655440000
groupNamestring | nullnullable

Group name (only present for group sources)

Example: Manga Readers
kindstringrequired

Source kind: "user" or "group"

Example: group
GrantSourceDto
{
"groupId": "550e8400-e29b-41d4-a716-446655440000",
"groupName": "Manga Readers",
"kind": "group"
}