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
Example request
{
"user_id": "user_456"
}Response
Successful Response
Get participants that a user is authorized to view using POST request body.
{
"user_id": "user_456"
}Successful Response