channels

Get channels for user

Get all the channels on a team for a user.

Permissions

Logged in as the user, or have edit_other_users permission, and view_team permission for the team.

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

Path parameters

user_idstring required

User GUID

team_idstring required

Team GUID

Query parameters

include_deletedboolean

Defines if deleted channels should be returned or not

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.

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

No recorded changes to this endpoint across all 1 revision of this API.