Click or drag to resize

PersonClient Class

Person are registered users of Cisco Spark. Searching and viewing Person requires an auth token with a scope of spark:people_read. Viewing the list of all People in your Organization requires an administrator auth token with spark-admin:people_read scope. Adding, updating, and removing People requires an administrator auth token with the spark-admin:people_write scope.
Inheritance Hierarchy
SystemObject
  SparkSDKPersonClient

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public sealed class PersonClient

The PersonClient type exposes the following members.

Constructors
  NameDescription
Public methodPersonClient
Initializes a new instance of the PersonClient class.
Top
Methods
  NameDescription
Public methodGet
Retrieves the details for a person by person id.
Public methodGetMe
Retrieves the details for the authenticated user.
Public methodList
Lists people in the authenticated user's organization.
Top
Remarks
Since: 0.1.0
See Also