Update a company member
This endpoint allows to update a specific company member by ID.
PUT: Requires all fields (first_name, last_name, account_expiration_date, language). PATCH: Allows partial updates - only provide the fields you want to change.
Permissions:
- Admin, SysAdmin, Account Manager: can update any user
- Company Admin: can update users from their own company only
Throttling: 60 requests per minute
It is API Key protected and restricted to users with appropriate permissions.
Documentation Index
Fetch the complete documentation index at: https://docs.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The first name of the user.
The last name of the user.
The account expiration date and time with timezone.
The preferred language of the user.
ar- Arabicen- Englishfr- Frenchde- German
ar, en, fr, de Response
Company member updated successfully