Update an identity.
PUT https://api.jsonpad.io/identities/{identityId}curl https://api.jsonpad.io/identities/1056ae17-0d3e-477c-9a21-f5ca9d020c14 \
-X PUT \
-H "Content-Type: application/json" \
-H "x-api-token: <YOUR TOKEN>" \
-d '{
"name": "My Updated Identity"
}'identityIdstringAn identity id.x-api-tokenstringYour API token.{group: "sample-group"name: "Sample Identity"password: "new-secret"activated: true}groupstringThe identity's group. This can be used to associate identities with a particular app or project, and helps to avoid name conflicts.namestringThe name of the identity.passwordstringThe identity's password.
activatedbooleanWhether the identity is activated. Inactive identities cannot login and are not accessible via the API.{id: "dfc9b11e-b469-4af0-9aae-2436483fb3e5"createdAt: "2026-09-05T11:30:38.056Z"updatedAt: "2026-09-05T11:30:38.056Z"user: {id: "a187e4fc-8e5d-462b-99a0-305d1aaa1640"createdAt: "2026-09-05T11:30:38.056Z"updatedAt: "2026-09-05T11:30:38.056Z"lastActiveAt: "2026-09-05T11:30:38.056Z"activated: truedisplayName: "Sample User"description: "Sample user description"}name: "Sample Identity"group: "sample-group"activated: true}last-modified2026-09-05T11:30:38.056ZThe date this identity was last modified.