Gets all cardholder groups in a folder. Returns (Task<IEnumerable>)
Overview of GetCardholderGroupsAsync goes here.
| Name | Description |
|---|---|
| folder | The folder containing the cardholder groups |
Example in C#
// Returns: IEnumerable<CardholderGroupInfo>
var cardholderGroupInfo = await client.GetCardholderGroupsAsync(FolderInfo folder);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/cardholdergroups \
-H 'Authorization: Bearer TOKEN_GOES_HERE'