Britive platform release 2026.03.01 is now live in production.

Update access builder settings

Prev Next
Patch
/api/apps/{appId}/access-request-settings
Security
HTTP
Type bearer
Path parameters
appId
stringRequired

id of the application.

Body parameters
Expand All
object
allowAccessRequest
boolean
associationApprovers
Array of object (AssociationApproversDto)
object
id
string
name
string
associations
Array of object (AssociationDto)
object
id
string
type
string

Association type

Valid values[ "0", "1" ]
approversGroups
Array of object (ApproversGroupDto)
object
id
string
name
string
condition
string
Valid values[ "All", "Any" ]
members
Array of object (MemberDto)
object
id
string
name
string
memberType
string
Valid values[ "User", "Tag" ]
approvalTimeOut
string

Approval time out value in form of days , hours and minute format

profileExpirationTimeout
string

Indicates maximum allowed time for a profile to checkout

notificationMediums
Array of object (NotificationMediumDto)
object
id
string
name
string
description
string
application
string
channels
Array of string
string
memberRules
Array of object (MemberRuleDto)
object
id
string
name
string
memberType
string
Valid values[ "User", "Tag" ]
condition
string
Valid values[ "Include", "Exclude" ]
Responses
204

Access request settings updated

404

application id not found