{
"data": [
{
"userId": "<string>",
"roles": [
{
"productId": "<string>",
"roleId": "<string>",
"permissions": [
{
"permissionId": "<string>",
"resourceIds": [
"<string>"
]
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"permissions": [
{
"permissionId": "<string>",
"resourceIds": [
"<string>"
]
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"pageInfo": {
"first": true,
"last": true
},
"totalCount": 123,
"currentPage": 123,
"totalPages": 123
}{
"data": [
{
"userId": "<string>",
"roles": [
{
"productId": "<string>",
"roleId": "<string>",
"permissions": [
{
"permissionId": "<string>",
"resourceIds": [
"<string>"
]
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"permissions": [
{
"permissionId": "<string>",
"resourceIds": [
"<string>"
]
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"pageInfo": {
"first": true,
"last": true
},
"totalCount": 123,
"currentPage": 123,
"totalPages": 123
}the list of items in the page
Show child attributes
The ID of the user.
User role ids
Show child attributes
The ID of the product the role is associated with
The ID of the role.
The date and time the role was created.
The date and time the role was last updated.
the date of creation of the user
the date of the last update of the user
the total number of items
the current page
the total number of pages
Was this page helpful?