Update Member
Modify member information. (Business Only)
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Member ID.
Body
application/json
The details required to update the team member.
The role of access to profile related resources.
Available options:
admin
, manager
, operator
, developer
Example:
"admin"