List user workspaces
GET/user-workspaces
Lists all user's workspaces
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
property name* object
description string
display_name string
entity_type string
id string
name string
role string
settings object
features object
case-management boolean
add feature flags below, using the same key as in the features table for workspace specific features
user_count integer
{}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
data
details string
identifier string
message string
status integer
user_error
{
"data": {},
"details": "string",
"identifier": "string",
"message": "string",
"status": 404,
"user_error": {}
}
Loading...