Skip to main content
GET
/
v1
/
resources
/
user_account
List all user accounts
curl --request GET \
  --url https://api.vanta.com/v1/resources/user_account \
  --header 'Authorization: Bearer <token>'
{
  "resources": [
    {
      "displayName": "<string>",
      "uniqueId": "<string>",
      "externalUrl": "<string>",
      "fullName": "<string>",
      "accountName": "<string>",
      "email": "<string>",
      "createdTimestamp": "2023-11-07T05:31:56Z",
      "mfaEnabled": true,
      "mfaMethods": [],
      "roleDescription": "<string>",
      "updatedTimestamp": "2023-11-07T05:31:56Z",
      "deactivatedTimestamp": "2023-11-07T05:31:56Z",
      "lastLoginTimestamp": "2023-11-07T05:31:56Z",
      "lastPasswordResetTimestamp": "2023-11-07T05:31:56Z",
      "groupIds": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

resourceId
string
required

Vanta generated identifier for the given resource, and can be found on the developer console page. See the list of registered resources and their IDs on https://app.vanta.com/settings/developer-console/<app_id>?tab=resources

Response

200 - application/json

List of resources.

resources
object[]