curl https://api.smartsheet.com/2.0/users/{userId} \
-H "Authorization: Bearer XXXXXXX" \
-H "Content-Type: application/json" \
-X PUT \
-d '{
"admin": true,
"licensedSheetCreator": true,
"firstName": "Jane",
"lastName": "Doe"}
'
"message": "You are not authorized to perform this action.",
Why can't I change my name?
I use my id.
All other requests run without problems.
scope: 'ADMIN_SHEETS ADMIN_USERS READ_SHEETS READ_USERS READ_CONTACTS WRITE_SHEETS ADMIN_WEBHOOKS'