Update All User Apps
Updates all the application entitlements for a particular user.
Path parameters
uidinteger · int64Required
User ID as a decimal integer
Header parameters
sessionTokenstringRequired
Session authentication token.
Bodyobject[]
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.
trueResponses
200
Success
application/json
400
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
post
/v1/admin/user/{uid}/app/entitlement/list
❗️ Important
Last updated
Was this helpful?