Skip to main content

Add entities to workspace

POST 

/workspaces/:ws_id/entities

Add entities to workspace

Request

Path Parameters

    ws_id stringrequired

    Workspace ID

Body

required

Entity list

    entities object[]
  • Array [
  • entity_id string
    entity_type string

    Possible values: [user, group]

    name string
    role string
  • ]

Responses

OK

Loading...