User

Get user information

getProfile(std::string userId)

Parameters:

Name
Type
Description
Required

userId

string

userId string

true

Returns:

Name
Type
Description

displayname

string

displayname string

avatarUrl

String

avatarUrl string

Set profile picture

setAvatarUrl(std::optional<std::string> avatarUrl)

Parameters:

Name
Type
Description
Required

avatarUrl

string

profile picture url

true

Set nickname

setAvatarUrl(std::optional<std::string> displayName)

Parameters:

Name
Type
Description
Required

displayName

string

user nickname

true

Last updated