Update All User Apps

Updates all the application entitlements for a particular user.

Update the application entitlements for this user

post
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: 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
Responses
200

Success

application/json
post
/v1/admin/user/{uid}/app/entitlement/list

As shown in the example, the updated user application entitlements should be included in the data parameter.

❗️ Important

Please, consider the following information before using this endpoint:

The endpoint is designed to update all app entitlements of a user using a single API call. It is not meant to modify one single entitlement for a user.

However, it is possible to do this using the Patch Update User Apps endpoint.

Last updated

Was this helpful?