Skip to content

Commit

Permalink
add missing query parameters to GetTeamMembers API doc (mattermost#27106
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sbishel authored May 28, 2024
1 parent 54019e4 commit 51e9092
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api/v4/source/teams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,18 @@
schema:
type: integer
default: 60
- name: sort
in: query
description: To sort by Username, set to 'Username', otherwise sort is by 'UserID'
schema:
type: string
default: ""
- name: exclude_deleted_users
in: query
description: Excludes deleted users from the results
schema:
type: boolean
default: false
responses:
"200":
description: Team members retrieval successful
Expand Down

0 comments on commit 51e9092

Please sign in to comment.