日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CreateUser - 創建一個EIAM賬戶

調用CreateUser接口在指定組織下,創建新的EIAM的賬戶資源。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求語法

POST /v2/{instanceId}/{applicationId}/users

請求參數

名稱類型必填描述示例值
Authorizationstring

認證信息。 格式:Bearer ${access_token}。 示例:Bearer ATxxxx。

Bearer AT8csE2seYxxxxxij
instanceIdstring

實例 ID。

idaas_ue2jvisn35ea5lmthk267xxxxx
applicationIdstring

應用 ID。

app_mkv7rgt4d7i4u7zqtzev2mxxxx
bodyobject

請求 body。

usernamestring

賬戶名稱,可包含英文字母、數字、符號“_” 、“ .”、“@”、“-”,長度最大限制 64 字符。

name001
displayNamestring

賬戶展示名。長度限制最長為 64 字符。

display_name001
passwordstring

賬戶密碼,密碼規則參考 IDaaS 控制臺密碼策略。

xxxxx
phoneRegionstring

手機地區編號,示例:中國大陸手區號為 86,不帶 00 或 +, 手機號若設置,此參數必填。

86
phoneNumberstring

賬戶手機號,格式為 6~15 位數字。

156xxxxxxx
phoneNumberVerifiedboolean

手機號是否驗證,手機號若設置此字段必須設置,無特殊業務可直接設置為 true。

true
emailstring

郵箱,郵箱前綴可包含大寫英文字母、小寫英文字母、數字、點、下劃線或中劃線,長度限制最長為 64 字符。

example@example.com
emailVerifiedboolean

郵箱是否驗證,郵箱若設置此字段必須設置,無特殊業務可直接設置為 true。

true
userExternalIdstring

賬戶外部 ID,用于與外部系統的關聯,最大長度限制 64 字符,若不設置,默認設置為賬戶 ID。

user_d6sbsuumeta4h66ec3il7yxxxx
primaryOrganizationalUnitIdstring

主組織 ID。

ou_wovwffm62xifdziem7an7xxxxx
descriptionstring

賬戶描述,長度限制最長為 256 字符。

測試賬戶
passwordInitializationConfigobject

密碼初始化配置。

passwordInitializationPolicyPrioritystring

密碼初始化策略優先級,默認不生效,取值可選范圍:

  • global:全局優先,采用實例級別的密碼初始化策略,即本次設置的密碼初始化策略均無效,參考密碼相關策略的密碼初始化策略。
  • custom:自定義優先,以當前定義的密碼初始化策略為準,包括是否開啟強制改密、密碼初始化方式以及通知渠道。
global
passwordForcedUpdateStatusstring

強制修改密碼狀態,默認不啟用,取值可選范圍:

  • enabled:開啟。
  • disabled:禁用。
enabled
userNotificationChannelsarray

密碼通知渠道,取值可選范圍:

  • email:郵件。
  • sms:短信。
string

密碼通知渠道。

email
passwordInitializationTypestring

密碼初始化方式,取值可選范圍:

  • random:隨機。
random
customFieldsarray<object>

賬戶擴展字段列表。

object

擴展字段標識和值對象。

fieldNamestring

擴展字段標識。類型和值域可通過控制臺查看對應擴展字段值的詳細信息。

age
fieldValuestring

擴展字段值。

fieldValue_001

返回參數

名稱類型描述示例值
object

響應結果。

userIdstring

賬戶 ID。

user_d6sbsuumeta4h66ec3il7yxxxx

示例

正常返回示例

JSON格式

{
  "userId": "user_d6sbsuumeta4h66ec3il7yxxxx"
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2023-10-24API 內部配置變更,不影響調用查看變更詳情

錯誤碼

HttpCodeError Code錯誤信息說明
400invalid_tokenAccess token is not validtoken 無效
400invalid_requestAccess token application id not match請求無效,token 信息與參數應用 ID 不一致
400OrganizationUnitIdNotInScopesorganizationUnitId : ou_wovwffm62xifdziem7an7xxxxx not in provisioning scope!組織不存在或組織不在同步范圍內
404instance_not_foundInstance id not found: idaas_ue2jvisn35ea5lmthk267xxxxx實例不存在
404application_not_foundApplication id not found: app_mkv7rgt4d7i4u7zqtzev2mxxxx應用不存在
403application_disabledApplication is disabled應用處于禁用狀態
403application_api_disabledApplication api invoke disabled應用 API 未開放
403permission_deniedRequire scopes: [urn:alibaba:idaas:scope:user:manager_all]缺少 API 授權信息
400MissingParameter.UsernameThe specified parameter:Username is required!缺少賬戶名參數
400MissingParameter.PhoneRegionThe specified parameter:PhoneRegion is required!缺少手機區號參數,若已設置手機號,此為必填項
400MissingParameter.PhoneNumberVerifiedThe specified parameter:PhoneRegion is required!缺少手機區號是否已驗證參數,若已設置手機號,此為必填項
400MissingParameter.EmailThe specified parameter:Email is required!缺少郵箱是否已驗證參數,若已設置郵箱,此為必填項
400MissingParameter.UsernameThe specified parameter:Username is required!缺少賬戶名參數
400MissingParameter.PrimaryOrganizationalUnitIdThe specified parameter:PrimaryOrganizationalUnitId is required!缺少主組織參數
400InvalidParameter.PhoneNumberThe specified parameter:PhoneNumber is invalid.無效的手機號
400InvalidParameter.PhoneRegionThe specified parameter:PhoneRegion is invalid.無效的手機區號
400InvalidParameter.PasswordThe specified parameter:Password is invalid.密碼不符合規則,請參考 IDaaS 控制臺密碼規則
400InvalidParameter.EmailThe specified parameter:Email is invalid.無效的郵箱
400InvalidParameter.DisplayNameThe specified parameter:DisplayName is invalid.賬戶顯示名過長
400InvalidParameter.DescriptionThe specified parameter:Description is invalid.賬戶描述過長
500Internal Server ErrorInternal Server Error服務器內部錯誤