# Set team member role **PUT /data/projects/{project_id}/team/{person_id}** Set the role of a person on this production only. A null role restores the person's global role. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) - **person_id** (string(uuid)) ### Body: application/json (object) - **role** (string | null) ## Responses ### 200 Role updated ### 400 Person is not a member of the project team [Powered by Bump.sh](https://bump.sh)