getUsersFromOrganizations

Description

Gets users from a specified organization or list of organizations.

Parameters

Return Type

String []

Returns all the users from an organization.

Examples

Example 1

return getUsersFromOrganizations({"First Organization", "Second Organization"});

Example 2

return getUsersFromOrganizations("My Organization");

See also

Peacock