Customer Trust
List assignable users
List users who can be assigned as owner or approver on a questionnaire.
When a role is specified, results are filtered to users with that role’s required permission. When omitted, users assignable to either role are returned. Results can optionally be narrowed by a search string.
GET
List assignable users
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by role: "owner" or "approver".
Available options:
owner, approver Optional search string to filter users by name or email.
Response
200 - application/json
Ok
Previous
Create questionnaire exportCreates an asynchronous export job for a questionnaire. The export processes in the background
and typically completes within a few minutes depending on questionnaire size.
Subscribe to the `v1.questionnaire.export-completed` and `v1.questionnaire.export-failed` webhook events to be notified when an export completes or fails.
Use the returned `id` with the "getQuestionnaireExport" endpoint to retrieve the download URL once the export completes.
Next
List assignable users