This method will get the account details by Role Name
Request Information
» Parameters
Name |
Description |
Additional information |
roleName |
string User Role name
|
Define this parameter in the request URI.
|
» Expands
Name |
Description |
Usage |
user |
This will retrieve the related user. |
GET accounts/getaccountdetailsbyrolename/{roleName}?expand=user |
» Paging
Name |
Description |
Usage |
index |
The index to retrieve when requesting paged results. |
GET accounts/getaccountdetailsbyrolename/{roleName}?page=index~{value} |
size |
The size of the page when retrieving paged results. |
GET accounts/getaccountdetailsbyrolename/{roleName}?page=size~{value} |