List Users
GET /v1/access/users
Query Parameters
Get a User
GET /v1/access/users/{id}
Returns a full user profile including roles, groups, and last session info.
Create a User
POST /v1/access/users
Response — 201 Created
Update a User
PATCH /v1/access/users/{id}
Deactivate a User
POST /v1/access/users/{id}/deactivate
Suspends the user, revokes all active sessions, and removes app access. Data is preserved.
Response — 200 OK
Reset Password
POST /v1/access/users/{id}/password-reset
Sends a password reset email to the user’s registered email address.
Delete a User
DELETE /v1/access/users/{id}
Permanently deletes the user and anonymises their authored content. This action is irreversible.
Hard deletion removes the user’s personal data in compliance with data retention policies. Content they created (documents, tasks, notes) is preserved but re-attributed to a placeholder identity.