curl --request PUT \
--url http://localhost:3001/api/admin/subscription-groups/assignments \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "<string>",
"userUpdates": [
{
"userId": "<string>",
"changes": {}
}
]
}'
"<string>"
Create or update user subscription group assignments. This performs a patch update on the user’s subscription group assignments.
curl --request PUT \
--url http://localhost:3001/api/admin/subscription-groups/assignments \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "<string>",
"userUpdates": [
{
"userId": "<string>",
"changes": {}
}
]
}'
"<string>"
An empty String