mattermost-api-reference icon indicating copy to clipboard operation
mattermost-api-reference copied to clipboard

Mattermost API reference documentation.

Results 14 mattermost-api-reference issues
Sort by recently updated
recently updated
newest added

Logging in with a username and password returns an MMCSRF cookie. This cookie has to be included in an X-CSRF-Token header on all subsequent requests (except GET, which is allowed,...

Help Wanted

The documentation for "GetKnownUsers" (https://api.mattermost.com/#operation/GetKnownUsers) does not have the proper response example. Right now it says it returns a `total_users_count` when it actually returns the list of userIDs directly. It...

Help Wanted

#### Summary See https://github.com/mattermost/mattermost-server/pull/19349 #### Ticket Link https://mattermost.atlassian.net/browse/MM-40148

Do Not Merge/Awaiting PR

/api/v4/channels/***/posts?per_page=10&page=1&since=1667287652 if NOT write parameter since - get 10 post every page - OK if write parameter since - get first 1000 post every page - WRONG