update
Update people in the authenticated user's organization. Only admins are able to use this function
Since
1.4.0
Parameters
: The identifier of the person. (Derived parameter: Use MembershipClient.list to get the list of members. Then use Membership.personId to get the personId of the member)
: Email address of the person.
: Full name of the person.
: firstName name of the person.
: lastName name of the person.
: URL to the person's avatar in PNG format.
ID of the organization to which this person belongs. (Derived parameter: Use MembershipClient.list to get the list of members. Then use Membership.personOrgId to get the orgId of the member)
: Roles of the person.
: Licenses allocated to the person.
: One or several site names where this user has a role (host or attendee)
: A closure to be executed once the request has finished.