Table of Contents

TTMSFNCCloudSlackUsers.GetUserByID Method

Finds a user by Slack user identifier.

API unit family: TMSFNCCloudSlack Declaring type: TTMSFNCCloudSlackUsers

Syntax

function GetUserByID(const AID: string): TTMSFNCCloudSlackUser;

Parameters

Name Description
AID Identifier to search for.

Returns

Matching user, or nil when the identifier is not found.