Add participant
POST
/orgunits/{orgid}/projects/{projectid}/participants
Projects
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://learnifier.com/orgunits//projects//participants' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"extid": "string",
"userid": "81590981-1e05-4fd5-aa15-15bc4b06cf7f"
}'
Response Response Example
200 - Example 1
{
"code": 0,
"field": "string",
"message": "string"
}
Request
Path Params
orgid
integer
required
projectid
integer
required
Body Params application/json