Switching Workspaces
Easily switch your user account between workspaces.
Switch workspaces
Name
Value
Name
Type
Description
Request
curl --location 'https://enterprise.personr.co/api/1.1/wf/api-change-workspace' \
--form 'workspace="XYZ Co"'{
"status": "success",
"response": {
"currentWorkspace": "XYZ Co"
}
}{
"status": "error",
"response": "Workspace not found"
}Last updated
Was this helpful?