---
title: "GET /v1/users/{userId}/validate"
method: GET
path: "/v1/users/{userId}/validate"
---

# GET /v1/users/{userId}/validate

`GET /v1/users/{userId}/validate`

Get validation information.

## Path parameters

- `userId` string, uuid, required — Id of the user.

## Response `200`

OK

- object
  - `validations` object[]
    - `rule` 'AssessmentUserIsNotTheOnlyOne' | 'LastQualifyingAccessorUserOnOrganisationUnit' | 'NoInnovationsSupportedOnlyByThisUser' | 'UserHasAnyAdminRole' | 'UserHasAnyInnovatorRole' | 'UserHasAnyAssessmentRole' | 'UserHasAnyAccessorRole' | 'UserHasAnyQualifyingAccessorRole' | 'UserHasAnyAccessorRoleInOtherOrganisation' | 'UserAlreadyHasRoleInUnit' | 'OrganisationUnitIsActive' | 'UserIsAccessorInAllUnitsOfOrg' | 'UserCanHaveAssessmentOrAccessorRole', required
    - `valid` boolean, required
    - `details` unknown

## Other responses

- `400` — Bad request.
- `401` — The user is not authorized to access validation data.
- `500` — An error occurred while fetching the validation data.

---

[API](https://skmtc.net/nhs/apis/admin-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs/apis/admin-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs/admin-api-nhs-innovation-service/versions/e3ae090557ab/schema)
