Applications
SaaS: Applications API (1.0.0)
Download OpenAPI specification:Download
API for interacting with SaaS Applications.
Get application users
Returns a collection of users assigned to an application.
Authorizations:
bearerAuthbearerAuth
path Parameters
applicationId required | string Example: a7a75b83-2690-4cc9-b652-a0fbe93dba4a The unique ID of the application. |
query Parameters
page_size | integer <= 1000 Default: 100 The maximum number of items in the response. |
page_number | integer <int64> Default: 1 The page number. |
Responses
Response samples
- 200
- 400
- 404
- 500
Content type
application/json
{- "pagination": {
- "page_size": 100,
- "page_number": 1,
- "total_pages": 1,
- "total_items": 1
}, - "items": [
- {
- "country": "Japan",
- "createdDate": "2024-05-25T00:00:00Z",
- "department": "Engineering",
- "discoveryTypes": [
- 1,
- 2
], - "displayName": "John Doe",
- "email": "john.doe@organization.com",
- "id": "2f86b198-04f3-4770-ad08-b32518206da0",
- "isEnabled": true,
- "isInReview": true,
- "isOnline": true,
- "isQualified": true,
- "lastActive": "2024-06-28T00:00:00Z",
- "licenseCount": 5,
- "potentialSavings": 500,
- "status": "Active",
- "userCostPerMonth": 1000,
- "username": "john.doe_1@org.com"
}
]
}