put https://legacy-api.bimtrackapp.co/v3/hubs//users/
Updates a user in the specified hub.
Log in to see full request history
Response
Updates a user in the specified hub.
xxxxxxxxxx
curl --request PUT \
--url https://legacy-api.bimtrackapp.co/v3/hubs/hubId/users/userId \
--header 'Authorization: Bearer ' \
--header 'accept: application/json' \
--header 'content-type: application/json-patch+json' \
--data '{"Role":"Guest"}'
Try It!
to start a request and see the response here! Or choose an example: