Expand description
User management DTOs.
Structs§
- Create
User Request - Body for
POST /api/v1/users. - SetPassword
Request - Body for
POST /api/v1/users/{id}/password. - Update
User Request - Body for
PATCH /api/v1/users/{id}. All fields are optional so a caller can update a single attribute without touching the others.