Remove User From Workspace
DELETE/workspaces/:workspace_id/users
Remove a user from a workspace.
Parameters:
- payload (UserRole): The payload containing the user email and organization ID.
- workspace_id (str): The ID of the workspace.
- request (Request): The FastAPI request object.
Returns:
- WorkspaceResponse: The updated workspace.
Raises:
- HTTPException: If the user does not have permission to perform this action.
- HTTPException: If there is an error during the removal process.
Request
Path Parameters
Query Parameters
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
Default value: 2024-05-15T13:56:52.061787
Default value: 2024-05-15T13:56:52.061801
members
object[]
roles
object[]
required
Possible values: [owner
, viewer
, editor
, evaluator
, workspace_admin
, deployment_manager
]
An enumeration.
Possible values: [read_system
, view_application
, edit_application
, create_application
, delete_application
, create_app_variant
, delete_app_variant
, modify_variant_configurations
, delete_application_variant
, view_app_environment_deployment
, edit_app_environment_deployment
, create_app_environment_deployment
, view_testset
, edit_testset
, create_testset
, delete_testset
, view_evaluation
, run_evaluations
, edit_evaluation
, create_evaluation
, delete_evaluation
, deploy_application
, view_workspace
, edit_workspace
, create_workspace
, delete_workspace
, modify_user_roles
, add_new_user_to_workspace
, edit_organization
, delete_organization
, add_new_user_to_organization
]
{
"created_at": "2024-08-19T07:55:03.851Z",
"updated_at": "2024-08-19T07:55:03.851Z",
"id": "string",
"name": "string",
"description": "string",
"type": "string",
"organization": "string",
"members": [
{
"user": {},
"roles": [
{
"role_name": "owner",
"role_description": "string",
"permissions": [
"read_system"
]
}
]
}
]
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}