Skip to main content
GET
/
customer-trust
/
questionnaires
/
assignable-users
List assignable users
curl --request GET \
  --url https://api.vanta.com/v1/customer-trust/questionnaires/assignable-users \
  --header 'Authorization: Bearer <token>'
{
  "results": {
    "data": [
      {
        "id": "usr_1234567890",
        "displayName": "Jane Doe"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.vanta.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

role
enum<string>

Filter by role: "owner" or "approver".

Available options:
owner,
approver
q
string

Optional search string to filter users by name or email.

Response

200 - application/json

Ok

results
object
required