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

PagedPostResponseBaseUserDto

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.


array of BaseUserDto
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 Users In IDP By Names And Email

Feedback

Was this page helpful?