Create a new company member
This endpoint allows to create a new company member.
Permissions:
- Admin, SysAdmin, Account Manager: can create users for any company
- Company Admin: can create users for their own company
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.
Body
The email address of the user.
The username of the user. This value may contain only letters, numbers, and @/./+/-/_ characters.
^[\w.@+-]+$The first name of the user.
The last name of the user.
The unique identifier of the company.
List of user group IDs to assign the user to.
List of role IDs to assign to 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 Whether the user should be created as active. Defaults to False.
Response
Company member created successfully