TTMSFNCCloudSlackUser Class
Stores Slack user account and profile information.
API unit family: TMSFNCCloudSlack
Syntax
TTMSFNCCloudSlackUser = class
Properties
| Name | Description |
|---|---|
| Color | Gets the user color. |
| HTMLColor | Gets the user color as an HTML color string. |
| IsAdmin | Gets whether the user is an administrator. True means Slack reports administrator privileges. |
| IsAppUser | Gets whether the user belongs to an app. True means Slack reports an app user. |
| IsBot | Gets whether the user is a bot. True means Slack reports a bot user. |
| IsDeleted | Gets whether the user is deleted. True means Slack reports the user as deleted. |
| IsInvitedUser | Gets whether the user is invited. True means Slack reports an invited user. |
| IsOwner | Gets whether the user is an owner. True means Slack reports owner privileges. |
| IsPrimaryOwner | Gets whether the user is the primary owner. True means Slack reports primary owner privileges. |
| IsRestricted | Gets whether the user is restricted. True means Slack reports a restricted account. |
| IsStranger | Gets whether the user is a stranger. True means Slack reports a user outside the workspace relationship. |
| IsUltraRestricted | Gets whether the user is ultra restricted. True means Slack reports an ultra-restricted account. |
| Locale | Gets the locale reported for the user. |
| Profile | Gets the user profile details. |
| RealName | Gets the real name reported by Slack. |
| Slack | Gets the Slack service instance that owns this object. |
| TeamID | Gets the Slack team identifier. |
| TimeZone | Gets the user time zone name. |
| TimeZoneLabel | Gets the user time zone label. |
| TimeZoneOffset | Gets the user time zone offset in seconds. |
| TwoFactorAuth | Gets the two-factor authentication mode reported for the user. |
| UpdateTimeStamp | Gets the timestamp of the last user update. |
| UserID | Gets the Slack user identifier. |
| UserName | Gets the Slack user name. |
Methods
| Name | Description |
|---|---|
| GetAllConversations | Starts requests that retrieve all available conversations. |
| GetConversations | Starts a request for conversations. |