Exporting User Tags
Function
This API is used to export user tags to an Excel file for batch editing.
URI
GET /v1/{project_id}/tags/download
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Explanation Project ID. For how to obtain the project ID, see Obtaining a Project ID. Constraints N/A Value range N/A Default value N/A |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
type |
Yes |
String |
Explanation User type. Constraints N/A Value range
Default value N/A |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Explanation User token. Obtain a user token by calling IAM's "Obtaining a User Token" API. X-Subject-Token in the response header is the desired user token. Constraints N/A Value range N/A Default value N/A |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
- |
File |
Explanation The tags of the users or user groups under the tenant have been successfully exported to an Excel file. Constraints N/A Value range N/A Default value N/A |
Example Request
Export user tags to an Excel file.
https://{endpoint}/v1/{project_id}/tags/download?type=user
Example Response
None
Status Codes
Status Code |
Description |
---|---|
200 |
The tags of the users or user groups under the tenant have been successfully exported to an Excel file. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot