No documentation available.
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Name | Description | Usage |
---|---|---|
user | This will retrieve the related user. | POST accounts/listbyprofileids?expand=user |
Name | Description | Usage |
---|---|---|
isActive | This will filter the request by the is active flag. | POST accounts/listbyprofileids?filter=isactive~{operator}~{value} |
name | This will filter the request by name. | POST accounts/listbyprofileids?filter=name~{operator}~{value} |
parentAccountId | This will filter the request by parent account ID. | POST accounts/listbyprofileids?filter=parentaccountid~{operator}~{value} |
profileId | This will filter the request by profile ID. | POST accounts/listbyprofileids?filter=profileid~{operator}~{value} |
userId | This will filter the request by user ID. | POST accounts/listbyprofileids?filter=userid~{operator}~{value} |
Name | Description | Usage |
---|---|---|
accountId | This will sort the response by account ID. | POST accounts/listbyprofileids?sort=accountid |
Name | Description | Usage |
---|---|---|
index | The index to retrieve when requesting paged results. | POST accounts/listbyprofileids?page=index~{value} |
size | The size of the page when retrieving paged results. | POST accounts/listbyprofileids?page=size~{value} |
{
"Ids": "sample string 1"
}