Skip to main content
POST
/
BuildingProject
/
updateuserbuildingprojectrole
/
{id}
Update user role
curl --request POST \
  --url https://api.realtimelca.com/rest/api/BuildingProject/updateuserbuildingprojectrole/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "inviteeUserId": "",
  "inviteeEmail": "",
  "roleId": "project.admin"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

buildingProjectId

Body

application/json
inviteeUserId
string
inviteeEmail
string
roleId
string

Response

default

Response schema not yet documented in the upstream Postman spec.