@ubstream/ubstream-node-client-sdk / Exports / IPublicUserData
Interface: IPublicUserData
Object representing the retrieved or created user. Contains also the diagnoses of the operation.
Hierarchy
↳ IPublicUserData
Table of contents
Properties
Properties
$diagnoses
• Optional
$diagnoses: IPublicHttpDiagnose
[]
Array of diagnoses.
Inherited from
IPublicHttpResponseData.$diagnoses
displayName
• displayName: string
The displayName of the user.
Inherited from
id
• id: string
The id of the user.
Inherited from
username
• username: string
The username of the user.