Britive platform release 2026.03.02 is now live in production.

Add policy to profile to grant resources to end user

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

Id of the profile to add policy

Body parameters

Add policy to a profile

Expand All
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
Responses
201

policy got created successfully

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