Consulta uma lista de membros existentes em um workspace do DataWorks.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
dataworks:ListProjectMembers |
get |
*All Resource
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| ProjectId |
integer |
Sim |
O ID do workspace do DataWorks. |
27 |
| PageNumber |
integer |
Não |
O número da página. Valores válidos: 1 a 30. Valor padrão: 1. |
1 |
| PageSize |
integer |
Não |
O número de entradas por página. Valor padrão: 10. Valor máximo: 100. |
10 |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
Os parâmetros de resposta. |
||
| RequestId |
string |
O ID da solicitação. |
1AFAE64E-D1BE-432B-A9**** |
| Data |
object |
Os resultados retornados. |
|
| PageNumber |
integer |
O número da página. |
1 |
| PageSize |
integer |
O número de entradas por página. |
10 |
| TotalCount |
integer |
O número total de entradas retornadas. |
3 |
| ProjectMemberList |
array<object> |
As informações sobre os membros no workspace do DataWorks. |
|
|
array<object> |
|||
| Status |
string |
The status of the member. Valid values:
|
0 |
| ProjectMemberId |
string |
The member ID. |
121 |
| Nick |
string |
The nickname of the member. |
zhangsan |
| ProjectMemberName |
string |
The name of the member. |
John Doe |
| ProjectMemberType |
string |
The type of the member. Valid values:
|
1 |
| ProjectRoleList |
array<object> |
The roles that are assigned to the member. |
|
|
object |
|||
| ProjectRoleId |
integer |
The role ID. |
1 |
| ProjectRoleType |
string |
The type of the role. Valid values:
|
0 |
| ProjectRoleName |
string |
The name of the role. DataWorks provides built-in roles and allows you to create custom roles based on your business requirements. For more information about roles, see Overview of users, roles, and permissions. |
Visitor |
| ProjectRoleCode |
string |
The code of the role. DataWorks provides built-in roles and allows you to create custom roles based on your business requirements. For more information about roles, see Overview of users, roles, and permissions. |
role_project_guest |
Exemplos
Resposta de sucesso
JSON formato
{
"RequestId": "1AFAE64E-D1BE-432B-A9****",
"Data": {
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 3,
"ProjectMemberList": [
{
"Status": "0",
"ProjectMemberId": "121",
"Nick": "zhangsan",
"ProjectMemberName": "John Doe",
"ProjectMemberType": "1",
"ProjectRoleList": [
{
"ProjectRoleId": 1,
"ProjectRoleType": "0",
"ProjectRoleName": "Visitor",
"ProjectRoleCode": "role_project_guest"
}
]
}
]
}
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 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. |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.