Applications for a person
get
https://app.trelica.com/api
/people/v1/{id}/apps
List applications for a person
The
q
parameter lets you pass a simple text query. This searches the following fields:Field value matches query exactly | Field value contains query text |
Application ID | Application name |
Filter | Results |
---|---|
appUser.lastLoginDtm pr | Applications used by this person where there is a last login date |
name co "Microsoft" | Applications used by this person with 'Microsoft' in the name |
appUser.status eq "Inactive" | Inactive applications used by this person |
Note that the same application might be returned more than once if the person has multiple accounts for that application.
Attribute | Type | Description |
---|---|---|
id | string | Application ID |
name | string | Application name |
status | string | Status in Trelica. By default, one of: New | InReview | Managed | Accepted | Ignored | PlanToClose | Closed |
appUser | object |
This is details about a specific user account.
Attribute | Type | Description |
---|---|---|
id | string | Unique identifier for user |
name | string | User name |
email | string | Email address |
status | string | Active | Inactive | Invited | Suspended |Unknown |
lastLoginDtm | datetime | Optional. Date/time this user last logged in to the application |
deleted | boolean | Whether the user has been deleted |
lastModifiedDtm | datetime | Date/time the application user data was last updated |
Last modified 5mo ago