English
API Reference
cURL
curl --request POST \ --url https://paradigm.lighton.ai/api/v2/companies/{id}/users/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "username": "<string>", "email": "jsmith@example.com" }'
{ "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "max_users": 123, "dpo_email": "jsmith@example.com", "allow_company_admins_to_manage_sso": true, "storage_limit_company_ws": 123, "storage_limit_personal_ws": 123, "storage_limit_custom_ws": 123, "active_members_count": 123 }
This endpoint allows to create a company member.
It is restrict to admin and company admin users.
Bearer token authentication
ar
en
fr
de
Successful response