v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-01140308542.4 KB
Zone Members

Update organization user role in a zone

Updates the role of an existing zone member. Only organization administrators can perform this action.

patch/zones/{zoneId}/members/{organizationUserId}

Path parameters

zoneIdstring required

Zone ID

organizationUserIdstring required

Organization user ID

Request body

role'zone_manager' | 'zone_viewer' required

Zone role type. zone_manager has full management access, zone_viewer has read-only access.

Response

Represents an organization user's membership in a zone with an assigned role

idstring required

Unique identifier of the zone member

organization_user_idstring required

Organization user ID of the zone member

zone_idstring required

Zone ID the organization user is a member of

organization_idstring required

Organization ID that owns the zone

role'zone_manager' | 'zone_viewer' required

Zone role type. zone_manager has full management access, zone_viewer has read-only access.

created_atstring date-time required

Entity creation timestamp

updated_atstring date-time required

Entity update timestamp