Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
/ client-swift Public archive

Latest commit

 

History

History
19 lines (15 loc) · 868 Bytes

File metadata and controls

19 lines (15 loc) · 868 Bytes

PatchedUserRequest

Properties

Name Type Description Notes
username String [optional]
name String User's display name. [optional]
isActive Bool Designates whether this user should be treated as active. Unselect this instead of deleting accounts. [optional]
lastLogin Date [optional]
groups [UUID] [optional]
roles [UUID] [optional]
email String [optional]
attributes [String: JSONValue] [optional]
path String [optional]
type UserTypeEnum [optional]

[Back to Model list] [Back to API list] [Back to README]