Znode

Build Version:

POST accounts/listbyprofileids

No documentation available.

Request Information

» Parameters

Name Description Additional information
model No documentation available.

Define this parameter in the request body.

» Expands

Name Description Usage
user This will retrieve the related user. POST accounts/listbyprofileids?expand=user

» Filters

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}

» Sorting

Name Description Usage
accountId This will sort the response by account ID. POST accounts/listbyprofileids?sort=accountid

» Paging

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}

Request Body Formats

Sample:
	{
  "Ids": "sample string 1"
}