Download OpenAPI specification:
Endpoints for managing integration users on a site.
| siteId required | string |
| integrationId required | string |
| includeConnection | boolean Whether to include connection details in the response |
| userId | string The unique identifier for the user in the integration |
| userEmail | string The email address of the user in the integration |
{- "userId": "string",
- "userEmail": "string"
}{- "status": "success",
- "connection": {
- "token": "string",
- "baseUrl": "string",
- "url": "string"
}
}| siteId required | string |
| integrationId required | string |
string Filter users by their email address | |
| limit | integer Maximum number of users to return |
| offset | integer Number of users to skip before starting to collect the result set |
| enrolmentStatus | string Enum: "ENROLMENT_PENDING" "ENROLMENT_REQUEST_FAILED" "ENROLMENT_REQUEST_SENT" "PICTURE_VALIDATION_FAILED" "ENROLLED" "CONSENT_DECLINED" "DISENROLMENT_FAILED" "DISENROLLED" Filter users by their enrollment status |
| updatedSince | integer Return users updated since this timestamp |
{- "status": "success",
- "connection": {
- "token": "string",
- "baseUrl": "string",
- "url": "string"
}
}| siteId required | string |
| integrationId required | string |
| userId required | string |
| includeConnection | boolean Whether to include connection details in the response |
{- "status": "success",
- "connection": {
- "token": "string",
- "baseUrl": "string",
- "url": "string"
}
}