获取单个用户标签。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| TagId |
string |
否 |
用户标签 ID。取值:
|
su-tag-1ae52f66039fa0d4**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
请求 ID。 |
2CABFEBB-0CE7-575E-833A-266F75D46713 |
| SaseUserTag |
object |
用户标签返回体。 |
|
| Aliuid |
string |
阿里云账号 ID。 |
141681795035**** |
| Name |
string |
用户标签名称。 |
boss |
| Description |
string |
用户标签描述。 |
These are the company's employees |
| TagId |
string |
用户标签 ID。 |
su-tag-1ae52f66039fa0d4**** |
示例
正常返回示例
JSON格式
{
"RequestId": "2CABFEBB-0CE7-575E-833A-266F75D46713",
"SaseUserTag": {
"Aliuid": "141681795035****",
"Name": "boss",
"Description": "These are the company's employees",
"TagId": "su-tag-1ae52f66039fa0d4****"
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?