UserOrgMembers

Members of the caller's organization. Emails are Floqer usernames.

Properties

countintegerrequired

Number of members in the organization.

emailsarray ofrequired

Email address of each org member (Floqer username), sorted alphabetically.

string <email>

Example

UserOrgMembers example
{
  "count": 0,
  "emails": [
    "user@example.com"
  ]
}