enable_a_person_to_log_in
Grant Procore platform access to workforce personnel by configuring login credentials and permission levels for company users.
Instructions
Enable a Person to Log In. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/people/{person_id}/user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| person_id | Yes | Unique identifier for the person | |
| permission_level_id | Yes | UUID of the Permission Level that defines the user's access. | |
| No | The email the Person will use to log in. If the Person already has an email in LaborChart, this can be omitted. If no email is on record, this becomes required. | ||
| password | No | The password the Person will use to log in. If omitted, the Person will receive an email from LaborChart instructing them to set up a password. If provided, no email will be sent. Passwords must me... | |
| no_invite | No | If `true`, the Person will be created with all user properties but will not receive an invitation to the platform. Admins can manually trigger an invitation from the user's profile. |