Partially update a company member
Users
Partially 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.
PATCH
Partially update a company member
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
Available options:
ar, en, fr, de Response
Company member updated successfully