Members
This endpoint allows you to perform actions on a specific Member of your Team.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
teamMemberIdstringRequired
ID of team member
Body
objectOptionalExample:
{"name":"name","password":"strongPassword"}Responses
200
OK
application/json
Responseobject
404
Not Found
application/json
put
/api/v1/member/{teamMemberId}Last updated
Was this helpful?