Update Member
Update a member profile or role by member_id. Use role_id from member roles and avoid changing access state here, because suspend and unsuspend have dedicated endpoints.
Authorization
BearerAuth In: header
Path Parameters
Public member reference returned by the API.
uuidRequest Body
application/json
Request payload.
TypeScript Definitions
Use the request body type in TypeScript.
Send at least one profile or role field to update.
1 <= propertiesResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
Was this page helpful?
Get Member
Get Member. Use it to invite team members, manage roles, suspend access, resend invitations, and inspect the permission catalog for member administration. It returns public references and organization-visible fields only, so clients can safely use returned values in follow-up API calls.
Remove Member
Remove Member. Use it to invite team members, manage roles, suspend access, resend invitations, and inspect the permission catalog for member administration. It removes, revokes, or cancels the target when permissions and resource state allow it, then returns a confirmation or policy error.