Organizations
Update User Membership
Update organization user memberships
PATCH
/
api
/
v2
/
organizations
/
{organizationId}
/
memberships
/
{membershipId}
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Path Parameters
organizationId
string
requiredThe ID of the organization to update the membership for.
membershipId
string
requiredThe ID of the membership to update.
Body
application/json
role
string
The new role of the membership.
isActive
boolean
The active status of the membership
metadata
object[]
Response
200 - application/json
membership
object
requiredWas this page helpful?