Cannot update user through API

Hi all,

I am trying to update custom fields of users through the webflow API
This is the resource I am using: Update User

When trying to submit a PATCH request, I get the error:

"msg":"OAuthForbidden: You are missing the following scopes - 'users:write'","code":"missing_scopes","externalReference":null,"details":[]}

Looking up in the scopes section, it seems there is not a users scope?

I’ve both tried through the API key and OAuth - without succes and with the same error

Does anyone have an idea how to resolve this?

Thanks!