Skip to main content

Module users

Module users 

Source
Expand description

User management DTOs.

Structs§

CreateUserRequest
Body for POST /api/v1/users.
SetPasswordRequest
Body for POST /api/v1/users/{id}/password.
UpdateUserRequest
Body for PATCH /api/v1/users/{id}. All fields are optional so a caller can update a single attribute without touching the others.