List Users For Role
Request
URI
GET
https://{api_host}//api/console-roles/{id}/users
COPY
Responses
200
Returns iotcconsoleListUsersResponse of type(s) */*
{
"users": [
{
"userName": "string",
"status": "string",
"displayName": "string",
"lastUpdatedTime": "string",
"lastUpdatedBy": "string",
"orgId": "string",
"createdBy": "string",
"createdTime": "string",
"updateVersion": 0,
"id": "string"
}
],
"pageInfo": {
"totalPages": "string",
"totalElements": "string",
"page": 0,
"pageSize": 0
}
}
404
Not Found
Operation doesn't return any data structure
Membership Service Operations
GET
List Members For Group
GET
List Members For Role
GET
List Users For Group
GET
List Users For Role