Skip to content

@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

IPublicUser.displayName


id

id: string

The id of the user.

Inherited from

IPublicUser.id


username

username: string

The username of the user.

Inherited from

IPublicUser.username