Skip to main content
GET
/
role
/
privilege-groups
Get Privileges
curl --request GET \
  --url https://apigw.bienport.com/api/role/privilege-groups \
  --header 'Authorization: <authorization>' \
  --header 'OrganizationId: <organizationid>'
[
  {
    "privilegeGroupId": 3,
    "groupName": "Panel Display"
  }
]

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Response

Privilege List.

privilegeGroupId
integer<int64>

Privilege Group ID

Example:

3

groupName
string

Privilege group localizable name

Example:

"Panel Display"