IAM 身份中心-查询用户详情:响应示例

时间:2025-01-26 10:36:10

响应示例

状态码: 200

Successful

{  "id" : "ac6aa714-daa7-1aaa-aaa2-6715aaaa4dd9",  "externalId" : "123456",  "meta" : {    "resourceType" : "User",    "created" : "2023-04-08T14:53:43Z",    "lastModified" : "2023-04-08T14:53:43Z"  },  "schemas" : [ "urn:ietf:params:scim:schemas:core:2.0:User" ],  "userName" : "xxx",  "name" : {    "formatted" : "xxx",    "familyName" : "xxx",    "givenName" : "xxx",    "middleName" : "xxx",    "honorificPrefix" : "xxx",    "honorificSuffix" : "xxx"  },  "displayName" : "xxx",  "active" : true,  "emails" : [ {    "value" : "xxx",    "type" : "work",    "primary" : true  } ],  "userType" : "xxx"}
support.huaweicloud.com/api-identitycenter/SCIMGetUser.html