Skip to main content
Version: 6.0.10

SlackUser

This page supports schema for Slack Datatype SlackUser.

{
"properties": {
"color": {
"type": "string",
"x-label": {
"en": "color",
"ko": "color"
}
},
"deleted": {
"type": "boolean",
"x-label": {
"en": "deleted",
"ko": "deleted"
}
},
"id": {
"x-dataType": "SlackUserId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "id",
"ko": "id"
}
},
"is_admin": {
"type": "boolean",
"x-label": {
"en": "is_admin",
"ko": "is_admin"
}
},
"is_app_user": {
"type": "boolean",
"x-label": {
"en": "is_app_user",
"ko": "is_app_user"
}
},
"is_bot": {
"type": "boolean",
"x-label": {
"en": "is_bot",
"ko": "is_bot"
}
},
"is_email_confirmed": {
"type": "boolean",
"x-label": {
"en": "is_email_confirmed",
"ko": "is_email_confirmed"
}
},
"is_owner": {
"type": "boolean",
"x-label": {
"en": "is_owner",
"ko": "is_owner"
}
},
"is_primary_owner": {
"type": "boolean",
"x-label": {
"en": "is_primary_owner",
"ko": "is_primary_owner"
}
},
"is_restricted": {
"type": "boolean",
"x-label": {
"en": "is_restricted",
"ko": "is_restricted"
}
},
"is_ultra_restricted": {
"type": "boolean",
"x-label": {
"en": "is_ultra_restricted",
"ko": "is_ultra_restricted"
}
},
"name": {
"type": "string",
"x-label": {
"en": "name",
"ko": "name"
}
},
"profile": {
"x-dataType": "SlackUserProfile",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "profile",
"ko": "profile"
}
},
"real_name": {
"type": "string",
"x-label": {
"en": "real_name",
"ko": "real_name"
}
},
"team_id": {
"type": "string",
"x-label": {
"en": "team_id",
"ko": "team_id"
}
},
"tz": {
"type": "string",
"x-label": {
"en": "tz",
"ko": "tz"
}
},
"tz_label": {
"type": "string",
"x-label": {
"en": "tz_label",
"ko": "tz_label"
}
},
"tz_offset": {
"type": "number",
"x-label": {
"en": "tz_offset",
"ko": "tz_offset"
}
},
"updated": {
"type": "number",
"x-label": {
"en": "updated",
"ko": "updated"
}
},
"who_can_share_contact_card": {
"type": "string",
"x-label": {
"en": "who_can_share_contact_card",
"ko": "who_can_share_contact_card"
}
}
},
"required": [],
"type": "object"
}