channels

Get all channels

Get all channels that a user is a member of.

Permissions

Logged in as the user, or have edit_other_users permission.

get/api/v4/users/{user_id}/channels

Path parameters

user_idstring required

The ID of the user. This can also be "me" which will point to the current user.

Query parameters

last_delete_atinteger

Filters the deleted channels by this time in epoch format. Does not have any effect if include_deleted is set to false.

include_deletedboolean

Defines if deleted channels should be returned or not

Response

Channels retrieval successful

idstring
create_atinteger

The time in milliseconds a channel was created

update_atinteger

The time in milliseconds a channel was last updated

delete_atinteger

The time in milliseconds a channel was deleted

team_idstring
typestring
display_namestring
namestring
headerstring
purposestring
last_post_atinteger

The time in milliseconds of the last post of a channel

total_msg_countinteger
creator_idstring

Changes