Britive platform release 2026.03.02 is now live in production.

Get all policies associated to a profile

Prev Next
Get
/api/resource-manager/profiles/{profileId}/policies
Security
HTTP
Type bearer
Path parameters
profileId
stringRequired

Id of profile to get policies

Query parameters
filter
string

Parameter to filter policy by name

Examplename eq policy1
Responses
200

retrieved policies of profile successfully

Array of object
object
id
string
name
string
isActive
boolean
isDraft
boolean
isReadOnly
boolean
condition
object
resource
string
accessLevel
string
consumer
string
members
Array of object (MemberDto)
object
id
string
name
string
memberType
string
Valid values[ "User", "Tag" ]
resourceLabels
object (LabelAssociation)
property*
Array of string additionalProperties
string
404

Not Found