list
Lists people in the authenticated user's organization.
Since
2.1.1
Parameters
: List people with this email address. For non-admin requests, either this or displayName are required.. (Derived parameter: Use MembershipClient.list to get the list of members. Then use Membership.personEmail to get the email address of the member)
: List people whose name starts with this string. For non-admin requests, either this or email are required.
: List people by ID. Accepts up to 85 person IDs separated by commas. (Derived parameter: Use MembershipClient.list to get the list of members. Then use Membership.personId to get the personId of the member).
List people in this organization. Only admin users of another organization (such as partners) may use this parameter. (Derived parameter: Use MembershipClient.list to get the list of members. Then use Membership.personOrgId to get the orgId of the member)
: The maximum number of people in the response.
: A closure to be executed once the request has finished.
Lists people in the authenticated user's organization.
Since
0.1
Parameters
: List people with this email address. For non-admin requests, either this or displayName are required.. (Derived parameter: Use MembershipClient.list to get the list of members. Then use Membership.personEmail to get the email address of the member)
: List people whose name starts with this string. For non-admin requests, either this or email are required.
: The maximum number of people in the response.
: A closure to be executed once the request has finished.