/
/Admin API @ NHS Innovation Service
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3mo ago
[v1] Admin Users1
[v1] Announcements1
[v1] debug1
[v1] Elastic Search1
[v1] health1
[v1] Innovations1
[v1] Innovations owned by user1
[v1] Organisation Unit Statistics1
[v1] Users2
  • post/v1/organisations
  • patch/v1/organisations/{organisationId}
  • get/v1/strategic-roles
  • get/v1/tou/{touId}
  • put/v1/tou/{touId}
  • get/v1/tou
  • post/v1/tou
  • patch/v1/organisations/{organisationId}/units/{organisationUnitId}/activate
  • post/v1/organisations/{organisationId}/units
  • patch/v1/organisations/{organisationId}/units/{organisationUnitId}/inactivate
  • patch/v1/organisations/{organisationId}/units/{organisationUnitId}
  • post/v1/users
  • delete/v1/users/{userId}
  • patch/v1/users/{userId}
  • patch/v1/users/{userId}/roles/{roleId}
  • post/v1/users/{userId}/roles
  • delete/v1/users/{userId}/strategic-roles/{strategicRoleId}
  • post/v1/users/{userId}/strategic-roles
  • get/v1/users/{userId}/validate
  • post/v1/announcements
  • get/v1/announcements/{announcementId}
  • put/v1/announcements/{announcementId}
  • delete/v1/announcements/{announcementId}
  • post/v1/ir-schema

Update a user.

patch/v1/users/{userId}

Path parameters

userIdstring uuid required

Id of the user to lock.

Request body

accountEnabledboolean

Activate or inactivate the user.

emailstring email

Email of the user.

Response

The user has been updated.

idstring uuid required

Changes