organizations
Updates a members that belongs to organization
patch/v1/organizations/{username}/members/{member_id}
Headers
X-Fieldsstring mask
An optional fields mask
Request body
Example request
{
"status": "INVITED",
"role": "MEMBER"
}Response
Success
Example response
{
"status": "INVITED",
"role": "MEMBER"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.