Updates user's groups.
user_id required | string <uuid> User ID. You can find it in Publisher Account > Login settings > Users > Username/ID. |
project_id required | string <uuid> Login project ID from Publisher Account. |
OK
Bad Request
Unauthorized
Not Found
Unprocessable Entity
{- "user_groups": [
- 1,
- 2,
- 3
]
}
[- {
- "id": 0,
- "is_default": true,
- "is_deletable": true,
- "name": "string"
}
]