App Entitlement User Binding
Remove Grant Duration
Remove the expiration time from a grant, converting it to an indefinite (standing) grant.
post/api/v1/apps/{app_id}/entitlements/{app_entitlement_id}/users/{app_user_id}/remove-grant-duration
Path parameters
app_idstring required
The ID of the app that owns the entitlement.
app_entitlement_idstring required
The ID of the entitlement whose grant duration is being removed.
app_user_idstring required
The ID of the app user whose grant expiration is being removed.
Request body
C1ApiAppV1RemoveGrantDurationRequestInput required
The request message for removing the expiration time from a grant.
Response
The response message for removing the expiration time from a grant.