Get User Participants with Details (POST)

Get detailed participant information for all participants a user has access to using POST request body, including permissions, plan info, and plan manager details.

post/api/v1/participant_info/user-participants

Request body

user_idstring required

User ID

Example request

{
  "user_id": "user_456"
}

Response

Successful Response

total_participantsinteger required

Total number of participants

Changes