[{"label":"Latest (v1.0)","version":"latest"}]
csp

PagedPostResponseExpandedTypedUserDto

Partial result of the API call with next and previous links and total results count.


Properties

integer as int32
itemsPerPage Optional

Number of items per page.


results Optional

Partial list of returned results.


integer as int32
startIndex Optional

Start index of the results.


integer as int32
totalResults Optional

Total number of results if available

JSON Example

{
    "itemsPerPage": 25,
    "startIndex": 5,
    "totalResults": 2000
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Search Organization Users By Organization ID And Roles Search Term

Feedback

Was this page helpful?