Add entities to workspace
POST/workspaces/:ws_id/entities
Add entities to workspace
Request
Path Parameters
ws_id stringrequired
Workspace ID
- application/json
Body
required
Entity list
- Array [
- ]
entities object[]
entity_id string
entity_type string
Possible values: [user
, group
]
name string
role string
Responses
- 200
- 400
OK
Can not add user
- 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...