Update a userCopy Pageput https://vision-api.truepic.{tld}/v3/users/{userId}Path ParamsuserIdintegerrequiredThe ID of the existing user.Body ParamsThe request body for PUT /users/{userId}emailstringThe email address of the user.first_namestringThe first name of the user.last_namestringThe last name of the user.rolestringenumA role to assign to the user. This will dictate what permissions the user has in the Vision system.VISION_AGENT_ADMINVISION_AGENT_REPORTVISION_AGENTVISION_AGENT_OWN_INSPECTIONSVIEW_ONLYAllowed:VISION_AGENT_ADMINVISION_AGENT_REPORTVISION_AGENTVISION_AGENT_OWN_INSPECTIONSVIEW_ONLYteamsarray of numbersA list of team IDs. This will update the teams that the user is assigned to.teamsADD numberResponses 200Successfully updated the user 400The request body couldn't be parsed. 401Authentication failed, or the user/client doesn't have permission to the requested resource. 403The user doesn't have permission to access the requested resource. 404The requested resource couldn't be found. 412A required property or parameter is missing from the request. 500An unexpected error occurred.Updated 3 months ago Get a userRemove a userDid this page help you?YesNo