UserOrgMembers
Members of the caller's organization. Emails are Floqer usernames.
Properties
countintegerrequiredNumber of members in the organization.
emailsarray ofrequiredEmail address of each org member (Floqer username), sorted alphabetically.
string <email>
Example
UserOrgMembers example
{
"count": 0,
"emails": [
"user@example.com"
]
}