Mencantumkan pengguna dalam kelompok akun EIAM tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ListUsersForGroup |
get |
*Group
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID instans. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| PageNumber |
integer |
No |
Nomor halaman. Nilai default adalah 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai default adalah 20. Nilai maksimum adalah 100. |
20 |
| GroupId |
string |
Yes |
ID kelompok. |
group_d6sbsuumeta4h66ec3il7yxxxx |
| UserIds |
array |
No |
Daftar ID akun. Daftar dapat berisi maksimal 100 ID. |
[ou_001] |
|
string |
No |
The account ID. |
user_d6sbsuumeta4h66ec3il7yxxxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
The total number of entries that match the query. |
1000 |
| Users |
array<object> |
The list of account objects. |
|
|
object |
The account object. |
||
| UserId |
string |
The account ID. |
user_d6sbsuumeta4h66ec3il7yxxxx |
| GroupMemberRelationSourceId |
string |
The source ID of the group member relationship. If the group is created in EIAM, the value of this parameter is the instance ID. For other types of groups, the value is the enterprise ID from the source. For example, if the group is imported from DingTalk, the value is the corpId of the DingTalk enterprise. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| GroupMemberRelationSourceType |
string |
The source type of the group member relationship. Valid values: build_in: The group is created in EIAM. ding_talk: The group is imported from DingTalk. ad: The group is imported from Active Directory (AD). ldap: The group is imported from LDAP. we_com: The group is imported from WeCom. |
build_in |
Contoh
Respons sukses
JSONformat
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"TotalCount": 1000,
"Users": [
{
"UserId": "user_d6sbsuumeta4h66ec3il7yxxxx",
"GroupMemberRelationSourceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"GroupMemberRelationSourceType": "build_in"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.