Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 706 Bytes

GroupMemberRequest.md

File metadata and controls

15 lines (10 loc) · 706 Bytes

GroupMemberRequest

Properties

Name Type Description Notes
username kotlin.String Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
name kotlin.String User's display name.
isActive kotlin.Boolean Designates whether this user should be treated as active. Unselect this instead of deleting accounts. [optional]
lastLogin java.time.OffsetDateTime [optional]
email kotlin.String [optional]
attributes kotlin.collections.Map<kotlin.String, kotlin.Any> [optional]