Expand¶
Expands the given input into a list of User-type identities and returns them as an array.
1 |
|
Parameters¶
( string | Array
The input identity to expand.
Returns¶
A list of User-type identities derived from the input.
Remarks¶
If the input identity is not found in the membership database, an empty array is returned.
Expanding a group named 'Administrators' into a list of user identities:¶
1 |
|
Expanding an organization unit named 'MyOrganizationUnit' into a list of user identities:¶
1 |
|
See Also¶
- Array<Identity>