Update A Permission Template Assignment For A User On A Project
update_a_permission_template_assignment_for_a_user_on_a_projectUpdate a permission template assignment for a user on a project. Requires project ID, user ID, and permission template ID to modify the assignment.
Instructions
Returns the user_id and permission_template_id for the new permission template assignment. Use this to update an existing Directory records (only the supplied fields are changed). Updates the specified Directory records and returns the modified object on success. Required parameters: project_id, user_id, permission_template_id. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/projects/{project_id}/permission_template_assignments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| user_id | Yes | JSON request body field — the ID of the user you wish to update the permission template for | |
| permission_template_id | Yes | JSON request body field — the ID of the permission template you'd like to assign to the user for the project |