get

abstract fun get(personId: String, handler: CompletionHandler<Person>)

Retrieves the details for the given personId

Since

0.1

Parameters

personId

The personId for which Person details required. (Derived parameter: Use MembershipClient.list to get the list of members. Then use Membership.personId to get the personId of the member).

handler

an instance of CompletionHandler