Company membership
Update a company membership
Updates a membership's KYC attributes (legal_representative, has_powers_to_act, partner, partner_type, participation_rate, is_indirect_participation_corporate). While the company's verification_status is pending/rejected, the KYC file fields (identification_file, power_file, pep_file, pep_file_template) are also writable. role is writable only by callers holding the members_management permission.
patch/v1/company_memberships/{id}
Path parameters
idstring required
The id of the resource. This is a UUID for most resources, but for user endpoints it is the user's Firebase UID (an opaque string), so no uuid format is asserted here.
Parameters
#/paths/~1v1~1users/get/parameters/0 — unresolved $ref
Request body
Response
The updated membership.
Example response
{
"role": "member",
"status": "active"
}