users

Get all channel members for a user

Get all channel members for a user.

Permissions

Logged in as the user, or have edit_other_users permission.

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

Path parameters

user_idstring required

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

Query parameters

pageinteger

Page specifies which part of the results to return, by PageSize.

pageSizeinteger

PageSize specifies the size of the returned chunk of results.

Response

User's uploads retrieval successful

channel_idstring
user_idstring
rolesstring
last_viewed_atinteger

The time in milliseconds the channel was last viewed by the user

msg_countinteger
mention_countinteger
last_update_atinteger

The time in milliseconds the channel member was last updated

team_display_namestring

The display name of the team to which this channel belongs.

team_namestring

The name of the team to which this channel belongs.

team_update_atinteger

The time at which the team to which this channel belongs was last updated.

Changes

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