v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-04-143933299.0 KB
VideoV1Anonymize

post/v1/Rooms/{RoomSid}/Participants/{Sid}/Anonymize

Path parameters

RoomSidstring required

The SID of the room with the participant to update.

Sidstring required

The SID of the RoomParticipant resource to update.

Response

OK

sidstring nullable

The unique string that we created to identify the RoomParticipant resource.

room_sidstring nullable

The SID of the participant's room.

account_sidstring nullable

The SID of the Account that created the RoomParticipant resource.

status'connected' | 'disconnected'

The status of the Participant. Can be: connected or disconnected.

identitystring nullable

The SID of the participant.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

start_timestring date-time nullable

The time of participant connected to the room in ISO 8601 format.

end_timestring date-time nullable

The time when the participant disconnected from the room in ISO 8601 format.

durationinteger nullable

The duration in seconds that the participant was connected. Populated only after the participant is disconnected.

urlstring uri nullable

The absolute URL of the resource.