List
List
get/api/v1/apps/{app_id}/app_users
Invokes the c1.api.app.v1.AppUserService.List method.
Path Parameters
app_idstring
The appId field.
Query Parameters
page_sizenumber
optional
The pageSize field.
formatint32
page_tokenstring
optional
The pageToken field.
Returns
expandedarray of object
optional
The expanded field.
listarray of appPathstringappUserC1APIAppV1AppUseridentityUserPathstringlastUsagePathstringC1APIAppV1AppUserView
optional
The list field.
nextPageTokenstring
optional
The nextPageToken field.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/app_users \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"expanded": [
{
"@type": "@type"
}
],
"list": [
{
"appPath": "appPath",
"appUser": {
"appUserType": "APP_USER_TYPE_UNSPECIFIED",
"status": {}
},
"identityUserPath": "identityUserPath",
"lastUsagePath": "lastUsagePath"
}
],
"nextPageToken": "nextPageToken"
}