Sift has raised $42M in Series B.
cURL
curl --request PATCH \ --url https://your-sift-api-url.com/api/v2/user-groups/{userGroup.userGroupId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "userGroup": { "name": "<string>", "roleId": "<string>", "isDefault": true, "userIds": [ "<string>" ], "isExternal": true }, "updateMask": "<string>" } '
{ "userGroup": { "name": "<string>", "isDefault": true, "isExternal": true, "userGroupId": "<string>", "roleId": "<string>", "resources": { "allAssets": true, "assetIds": [ "<string>" ] }, "userIds": [ "<string>" ] } }
Updates a user group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
The list of fields to update.
A successful response.
Was this page helpful?
Contact support