Members
Update member
Update the role of a user in the current account.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
The ID of the user to update.
Query Parameters
The roles to assign to the user.
Response
200
Successfully updated the user's role.