Doug Creighton
10/04/2024, 9:10 PMMoises Morales
10/04/2024, 9:32 PMid
property or its parent workspace. In this case, you will need to recreate the workspace under the new parent workspace. May I know what's the use case?Doug Creighton
10/07/2024, 4:22 PMDoug Creighton
10/07/2024, 4:22 PMDoug Creighton
10/08/2024, 6:22 PMMoises Morales
10/08/2024, 6:43 PMMoises Morales
10/08/2024, 6:45 PMDoug Creighton
10/08/2024, 6:45 PMMoises Morales
10/08/2024, 6:54 PMDoug Creighton
10/08/2024, 6:54 PMDoug Creighton
10/08/2024, 6:55 PMMoises Morales
10/08/2024, 6:58 PMDoug Creighton
10/08/2024, 7:01 PMDoug Creighton
10/08/2024, 7:02 PMMoises Morales
10/08/2024, 7:05 PMMoises Morales
10/08/2024, 7:07 PMDoug Creighton
10/08/2024, 7:07 PMDoug Creighton
10/08/2024, 7:10 PMDoug Creighton
10/08/2024, 7:12 PMDoug Creighton
10/08/2024, 7:12 PMMoises Morales
10/08/2024, 7:13 PMhttps://{hostname}/api/v1/entities/users/user_ID?include=userGroups
And then remove the old user group and add the new one with a PUT to this API:
https://{hostname}/api/v1/entities/users/user_ID?include=userGroups
Please make sure to add Content-Type : application/vnd.gooddata.api+json
as the API header.Doug Creighton
10/08/2024, 7:15 PMMoises Morales
10/08/2024, 7:15 PMDoug Creighton
10/08/2024, 7:16 PMDoug Creighton
10/08/2024, 7:25 PMDoug Creighton
10/08/2024, 7:27 PMMoises Morales
10/08/2024, 7:27 PMworkspace = sdk.catalog_workspace.get_workspace(workspace_id="123")
in the SDK. The error you are getting is mentioned here: https://www.gooddata.com/docs/python-sdk/latest/workspace/workspaces/create_or_update/ and it relates to the id of the workspace itself. This cannot be updated.Doug Creighton
10/08/2024, 7:27 PMDoug Creighton
10/08/2024, 7:29 PMMoises Morales
10/08/2024, 7:29 PM