TTMSFNCCloudSlack.GetUsers Method
Starts a request for Slack users.
API unit family: TMSFNCCloudSlack
Declaring type: TTMSFNCCloudSlack
Inherited from: TTMSFNCCustomCloudSlack
Syntax
procedure GetUsers(ALimit: Integer = 100; IncludeLocale: Boolean = False; ANextCursor: string = ''); virtual;
Parameters
| Name | Description |
|---|---|
ALimit |
Maximum number of items to request. |
IncludeLocale |
True to request locale information for users. |
ANextCursor |
Paging cursor returned by a previous request. |