From 91509bb8ca6e6273f52aae829f09b58477cd29a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Budziak?= Date: Wed, 31 Jan 2024 20:54:48 +0100 Subject: [PATCH] [IAM-6099] Deprecate POST /v1/membership/ endpoint --- docs/dev/api/accounts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/dev/api/accounts.md b/docs/dev/api/accounts.md index 78d65abc17..62646dec4c 100644 --- a/docs/dev/api/accounts.md +++ b/docs/dev/api/accounts.md @@ -1844,6 +1844,10 @@ curl -u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" --location \
POST /team-management/v1/membership/

+This endpoint is DEPRECATED. Please use Update User's Team Assignment endpoint instead. + +


+ 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