[{"label":"Latest (v1.0)","version":"latest"}]
csp
PagedResponseBaseUserWithProfileDto
Partial result of the API call with next and previous links and total results count.
Properties
string
nextLink
Optional
Relative path to next page if exists. Not returned for POST requests.
string
prevLink
Optional
Relative path to previous page if exists. Not returned for POST requests.
integer as int32
totalResults
Optional
Total number of results if available.
JSON Example
{
"nextLink": "/csp/serviceName/ResourceName?pageStart=60&pageLimit=15",
"prevLink": "/csp/serviceName/ResourceName?pageStart=30&pageLimit=15",
"totalResults": 2000
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By
Get Users In Group Within Organization By Organization ID And Group ID