v11

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-017364211.0 KB
Users

Update User Activation Status

Updates the SDP user’s activation status. This endpoint is primarily used to move a user into active status when they accept the invite to join an SDP organization account and create a password.

patch/users/activation

Response

Created

idstring required
first_namestring required
last_namestring required
emailstring required
rolesstring[] required
is_activeboolean required

Example response

{
  "id": "1736bed3-7b92-4760-8ff2-51fb08ee079f",
  "first_name": "John",
  "last_name": "Doe"
}