Queries the IDs of the workspaces on which a specific Alibaba Cloud account or RAM user has permissions in a specific region.
Operation description
Your Alibaba Cloud account can have different role permissions such as Developer, O&M, and Workspace Administrator in a DataWorks workspace. For more information about workspace role permissions, see DataWorks role management.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| UserId |
string |
Yes |
The ID of the desired Alibaba Cloud account. You can log on to the DataWorks console and move the pointer over the profile picture in the upper-right corner to view the ID. |
139699392458**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
0b57ff7216278945532771749d**** |
| ProjectIds |
array |
The IDs of the DataWorks workspaces. The IDs of the workspaces on which the desired Alibaba Cloud account has permissions were returned. |
|
|
integer |
The ID of the DataWorks workspace. |
466230 |
Examples
Success response
JSON format
{
"RequestId": "0b57ff7216278945532771749d****",
"ProjectIds": [
466230
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Invalid.Tenant.ConnectionNotExists | The connection does not exist. | The connection does not exist. |
| 400 | Invalid.Tenant.ProjectNotExists | The project does not exist. | The project does not exist. |
| 400 | Invalid.Tenant.UserNotInProject | The user is not in the project. | The user is not in the project. |
| 403 | Invalid.Tenant.UserIsNotProjectOwnerOrAdmin | The user is not a project administrator or owner. | The user is not a project administrator or owner. |
| 403 | Invalid.Tenant.UserNotInTenant | The user is not in tenant. | The user is not in tenant. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.