v22

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

Add organization user to zone

Adds an organization user to a zone with the specified role.

post/zones/{zoneId}/members

Path parameters

zoneIdstring required

Zone ID

Request body

organization_user_idstring required

Organization user ID to add to the zone

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