English
API Reference
cURL
curl --request PUT \ --url https://paradigm.lighton.ai/api/v2/workspaces/{id}/members/update/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "members": [ 123 ] } '
{ "id": 123, "name": "<string>", "workspace_type": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "summaries": [ { "language": "en", "summary": "<string>" } ], "collections": [ { "id": 123, "name": "<string>", "collection_type": "<string>" } ], "members": [ { "id": 123, "first_name": "<string>", "last_name": "<string>", "email": "<string>" } ] }
This endpoint allows you to update the members of a workspace. Note that this will update all the members of the workspace. It is restricted to admin and company admin users.
Bearer token authentication
The unique identifier of the workspace.
Successful response
Show child attributes
Language of the summary.
en
fr
es
it
ar
nl
sv
de
ja
zh
ko
Summary of the workspace.