v1

latestOpenAPI 3.0.0Apache 2.02026-07-26322141.0 KB
API Gateway

Patch User

User management API, reserved to super admins.

patch/v2/users/{userId}

Path parameters

userIdstring required

Target user id

Request body

firstNamestring
lastNamestring
emailstring email
status'pending' | 'validated' | 'deactivated'
metaobject
platformRolestring
groupsstring[]
groupAclsobject

Response

Success Response

emailstring
status'pending' | 'validated' | 'deactivated'
languagestring
mfa'totp' | 'none' | '*'
metaobject
orgSlugsstring[]
platformRolestring
groupAclsobject
createdAtstring
updatedAtstring
updatedBystring
firstNamestring required

Name

lastNamestring

Name

photostring

Profile picture URL

groupsstring[]
idstring

Unique id

Example response

{
  "email": "foo@prisme.ai"
}