CustomerGenericProfileDto
Represents a generic platform profile for a customer.
idstringRequired
The platform-specific identifier for the profile.
namestringRequired
The display name of the user on this platform.
platformstringRequired
The name of the platform this profile belongs to.
avatar_urlstringOptional
The URL to the user's avatar image on this platform.
Example
{
"id": "string",
"name": "string",
"platform": "steam",
"avatar_url": "string"
}