Skip to content

Commit

Permalink
[IAM-6099] Deprecate POST /v1/membership/ endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed Jan 31, 2024
1 parent 3776f17 commit 30514ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dev/api/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,10 @@ curl -u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" --location \
<details><summary><span className="api post">POST</span> <code>/team-management/v1/membership/</code></summary>
<p/>

This endpoint is <strong>DEPRECATED</strong>. Please use <a href="#update-users-team-assignment">Update User's Team Assignment</a> endpoint instead.

<hr />

Set a user's team affiliation. Users are limited to one team affiliation, so if the user is already a member of a different team, this call will remove them from that team. Also, By default, the user will not have team-admin privileges, even if they did on a prior team.

#### Parameters
Expand Down

0 comments on commit 30514ef

Please sign in to comment.