patch https://api.hyphen.ai/api/organizations//members//
Log in to see full request history
Responses
xxxxxxxxxx
curl --request PATCH \
--url https://api.hyphen.ai/api/organizations/organizationId/members/memberId/ \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
18{
"id": "memb_66bf99b72a0043f841769880",
"firstName": "John",
"lastName": "Doe",
"nickname": "John Doe",
"email": "john.doe@hyphen.ai",
"organization": {
"id": "org_66bf99b72a0043f841769880",
"name": "Organization Name"
},
"connectedAccounts": [
{
"type": "github",
"identifier": "hyphenated-username",
"profileUrl": "https://github.com/hyphenated-username"
}
]
}