Skip to main content

UserResponseDto

Response representing a user within the Kaunt platform.

namestringnullable

Name of the user

Example: KauntUser
emailstringrequired

Email address

Example: kaunt@kaunt.com
rolesstring[]required

Role

Example: PartnerPlatformOwner
UserResponseDto
{
"name": "KauntUser",
"email": "kaunt@kaunt.com",
"roles": "PartnerPlatformOwner"
}