Person

class Person

A data class for Person NOTE: roles,licenses and siteUrls is applicable for admin only and requires extra scopes spark-admin:people_read and spark-admin:people_write passed in at the time of creating OAuthAuthenticator object.

Since

0.1

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The URL of this person's avatar.

Link copied to clipboard

The timestamp that this person being created.

Link copied to clipboard

The display name of this person.

Link copied to clipboard

The emails of this person.

Link copied to clipboard

The base64 encoded Id of the person. This Id can be directly used as input to the cloud Webex APIs

Link copied to clipboard

The nick first name of person

Link copied to clipboard
var id: String?

The id of this person.

Link copied to clipboard

The date and time of the person's last activity within Webex Teams.

Link copied to clipboard

The nick last name of person

Link copied to clipboard

An array of license strings allocated to this person.

Link copied to clipboard

The nick name of person

Link copied to clipboard

The org Id of person

Link copied to clipboard

An array of role strings representing the roles to which this person belongs.

Link copied to clipboard

One or several site names where this user has a role (host or attendee)

Link copied to clipboard

The current presence status of the person.

Link copied to clipboard
var type: String?

The nick type of person, default is "person"

Functions

Link copied to clipboard
open override fun toString(): String