UserResponseDto
Response representing a user within the Kaunt platform.
namestringnullable
Name of the user
Example:
KauntUseremailstringrequired
Email address
Example:
kaunt@kaunt.comrolesstring[]required
Role
Example:
PartnerPlatformOwnerUserResponseDto
{
"name": "KauntUser",
"email": "kaunt@kaunt.com",
"roles": "PartnerPlatformOwner"
}