Skip to main content

Grant Application for an individual user.

POST 

/appcenter/apps/grantUser

Grant Application for an individual user(requires organizational administrator permissions)

History

VersionChanges
v6.0.?Added in: v6.0.?

Request

Body

    userID stringrequired

    user's id

    appIDs string[]required

    list of app ids

Responses

Request successful

Schema

    errorCode string

    error code

    InvalidParameterinvalid parameter
    MissingParametermissing parameter
    PermissionDeniedno permission
    NotFoundUseruser not found
    NotFoundAppapp not found
    NotFoundAppLicenseOrExpiredapp license not found or license expired
    LicenseLimitedlicense limit
    UnsupportedGrantgrant for the app is unsupported
    result string

    The result of this request.

    errorMsg string

    Error message for this request.

    errorData object

    Error meta data for this request.

Loading...