Update staff account

Update information about existing staff accounts in the store.

📘

To update the information about staff accounts use secret token. The update_staff access scope is required. Reach out to us at [email protected] to add the scope.

Headers

NameTypeDescription
AuthorizationstringoAuth token with mandatory Bearer before it. Example: Bearer e***s0, where e***s0 should be replaced with your oAuth token.

Request body

A JSON object with the following fields:

FieldTypeDescription
namestringStaff member name
staffScopesstringScopes declaring permissions for the staff account. See: Get staff permissions
Empty value = no restrictions. Check Help Center for more info.
Language
Authorization
Query