Documentation Index

Fetch the complete documentation index at: https://docs.britive.com/llms.txt

Use this file to discover all available pages before exploring further.

Britive platform release 2026.07.01 is now live in production.

Documentation is reorganized in Administrators, Users, and Developers sections.

Create Association Approvers combination for an application

Prev Next
Post
/api/apps/{appId}/association-approvers
Security
HTTP
Type bearer
Path parameters
appId
stringRequired

id of the application.

Body parameters
Expand All
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" ]
Responses
200

Successfully created Association Approvers

Expand All
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" ]