v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBMembers
Update member
Update member by id
Required scopes: flex.community.members.update
put/api/v2/organizations/{orgSlug}/members/{memberId}
Path parameters
memberIdstring required
member id
orgSlugstring required
organization slug
Request body
Example request
{
"properties": {
"customProperty1": "value1",
"customProperty2": "value2"
},
"name": "John Doe",
"startDate": "2025-02-25T00:00:00.000Z",
"email": "john.doe@example.com",
"phone": "012-345-6789",
"isBillingPerson": true,
"isContactPerson": true,
"address": {
"country": "United States",
"state": "California",
"city": "San Francisco",
"street": "123 Main St",
"zip": "94105"
},
"billingDetails": {
"billingName": "OfficeRnD",
"vatNumber": "123456789",
"registrationNumber": "987654321",
"paymentMethod": "Cash",
"shouldSendOverdueReminders": true,
"date": 15,
"billingAddress": {
"country": "United States",
"state": "California",
"city": "San Francisco",
"street": "123 Main St",
"zip": "94105"
}
},
"portalPrivacy": {
"isVisible": true,
"showContactDetails": true,
"showSocialProfiles": true
},
"socialProfiles": {
"linkedin": "https://linkedin.com/in/johndoe",
"twitter": "https://twitter.com/johndoe",
"instagram": "https://instagram.com/johndoe",
"facebook": "https://facebook.com/johndoe"
}
}Response
Example response
{
"properties": {
"customProperty1": "value1",
"customProperty2": "value2"
},
"_id": "603dfbc260f4054084125d33",
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "012-345-6789",
"image": "image-url.com",
"description": "John Doe is an example member of the organization.",
"location": "603dfbc260f4054084125d33",
"company": "603dfbc260f4054084125d33",
"startDate": "2025-01-01T00:00:00.000Z",
"isBillingPerson": true,
"isContactPerson": true,
"address": {
"country": "United States",
"state": "California",
"city": "San Francisco",
"street": "123 Main St",
"zip": "94105"
},
"billingDetails": {
"billingName": "John Doe",
"vatNumber": "123456789",
"registrationNumber": "987654321",
"paymentMethod": "Cash",
"taxRate": "6780f1ba1e2f3a4b5c6d7e8f",
"shouldSendOverdueReminders": true,
"date": 15,
"billingAddress": {
"country": "United States",
"state": "California",
"city": "San Francisco",
"street": "123 Main St",
"zip": "94105"
}
},
"portalPrivacy": {
"isVisible": true,
"showContactDetails": true,
"showSocialProfiles": true
},
"socialProfiles": {
"linkedin": "https://linkedin.com/in/johndoe",
"twitter": "https://twitter.com/johndoe",
"instagram": "https://instagram.com/johndoe",
"facebook": "https://facebook.com/johndoe"
},
"createdAt": "2025-01-01T00:00:00.000Z",
"createdBy": "603dfbc260f4054084125d33",
"modifiedAt": "2025-01-01T00:00:00.000Z",
"modifiedBy": "603dfbc260f4054084125d33",
"tags": [
"vip",
"early-adopter"
]
}