List User Apps

Returns the list of Symphony application entitlements for this user.

Get the list of application entitlements for this user

get
Path parameters
uidinteger · int64Required

User ID as a decimal integer

Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
chevron-right
200

Success

application/json

Application Entitlements for the user

appIdstring · min: 1 · max: 256Required

Unique ID for the Application

Example: selerity
appNamestring · min: 1 · max: 50Optional

Name for this Application

Example: Selerity Context
listedbooleanRequired

if true, this application will be listed in the appstore for this user. Otherwise, this application will be hidden in the appstore.

Example: true
installbooleanRequired

if true, it indicate this application is installed for this user. Otherwise, this user does not have this application installed.

Example: true
get
/v1/admin/user/{uid}/app/entitlement/list

🚧 Important

This endpoint returns all enabled entitlements for a specific user, returning both the global and the custom settings. Currently, it is not possible to identify by API response whether the returned entitlements are global or custom.

To know more about how to modify an app entitlement per user, and how to reset the app entitlements for that user to the default global settings, refer to Update User Apps

Last updated

Was this helpful?