idmesh-api-sdk-java/docs/ModifyRequest.md

32 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ModifyRequest
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**username** | **String** | 用户名,验证唯一 | [optional] |
|**displayName** | **String** | 显示名称 | [optional] |
|**firstname** | **String** | 名 | [optional] |
|**lastname** | **String** | 姓 | [optional] |
|**realname** | **String** | 真实姓名 | [optional] |
|**pinyin** | **String** | 拼音 | [optional] |
|**nickname** | **String** | 昵称 | [optional] |
|**mobile** | **String** | 手机 | [optional] |
|**email** | **String** | 邮箱 | [optional] |
|**gender** | **String** | 性别1男0女 | [optional] |
|**certType** | **String** | 证件类型 | [optional] |
|**certNumber** | **String** | 证件号 | [optional] |
|**region** | **String** | 区域 | [optional] |
|**workTime** | **String** | 加入时间 | [optional] |
|**workTitle** | **String** | 职位 | [optional] |
|**lastLoginIpaddr** | **String** | 上次登录IP | [optional] |
|**lastLoginTime** | **String** | 上次登录时间 | [optional] |
|**sysExtProps** | **Object** | 系统扩展信息json对象{\"age\": 18, \"love\": \"足球\"} | [optional] |
|**freeExtProps** | **Object** | 自由扩展属性json对象 | [optional] |