Update an existing member

Modify the properties of an existing member by providing its unique ID and updated details.

PATCH

Parameters

Path Parameters

OrganizationId
REQUIRED
Unique identifier of the organization
MemberId
REQUIRED
Unique identifier of the organization member

Body

application/json
Role_name
REQUIRED
Status codeDescription
200An empty response
400Bad request error - the request contains invalid parameters or malformed data
500Internal server error - an unexpected error occurred on the server
cURL
curl -L -X PATCH \
"https://blockv-labs.io/organizations/{organizationId}/members/{memberId}" \
-H 'Accept: application/json'
json
{
"type": "object"
}