List User Apps
Returns the list of Symphony application entitlements for this user.
Path parameters
uidinteger · int64Required
User ID as a decimal integer
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
Success
application/json
Application Entitlements for the user
appIdstring · min: 1 · max: 256RequiredExample:
Unique ID for the Application
selerityappNamestring · min: 1 · max: 50OptionalExample:
Name for this Application
Selerity ContextlistedbooleanRequiredExample:
if true, this application will be listed in the appstore for this user. Otherwise, this application will be hidden in the appstore.
trueinstallbooleanRequiredExample:
if true, it indicate this application is installed for this user. Otherwise, this user does not have this application installed.
true400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
get
/v1/admin/user/{uid}/app/entitlement/list
🚧 Important
Last updated
Was this helpful?