Skip to main content
POST
/
team-data
/
updateUserRole
/
:teamDataId
Update User Role in Team
curl --request POST \
  --url https://www.api.baselink.tech/team-data/updateUserRole/:teamDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Update the role of a user within a team.
success
boolean
Indicates if the user role was updated successfully.
message
string
Success or error message.