groups

Update ring duration for a user in a group

Sets how long (in seconds) the phone rings for a specific user within a call group before the call is forwarded to the next member or dropped. This is a per-user, per-group setting — a user can have different ring durations in different groups. The value should be between 5 and 60 seconds.

Permission: No specific permission required. A valid API key is sufficient.

Monitoring: Required. Group configuration changes are supervisory operations. Returns 401 Unauthorized if Monitoring is OFF on your API key.

patch/groups/{groupId}/users/{userId}/ring_duration/{ringDuration}

Path parameters

groupIdinteger required

The identifier of the group

userIdinteger required

The identifier of the user

ringDurationinteger required

Ring duration in seconds (how long the phone rings before the call is forwarded). Typical values: 5–60.

Response

Successful operation

Changes

No recorded changes to this endpoint across all 3 revisions of this API.