cURL
curl --request PUT \ --url https://api-eu.cybedefend.com/team/{teamId}/member/role \ --header 'Content-Type: application/json' \ --data ' { "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "role": "team_manager" } '
{ "success": true, "message": "<string>" }
User unique identifier
Role to assign to the member
team_manager
analyst_developer
developer
read_only
Member role updated
Indicates if role update was successful
Message describing the update result