Get Available Participants (POST)

Get participants that a user is authorized to view using POST request body.

post/api/v1/participant_info/participants

Request body

user_idstring required

User ID

Example request

{
  "user_id": "user_456"
}

Response

Successful Response

participantsobject[] required

Available participants

number_of_participantsinteger required

Total number of participants

Changes