Skip to main content
POST
/
api
/
govern
/
data-access
/
metadata
/
groups
Create a new Keycloak group and sync to Ranger
curl --request POST \
  --url https://api.example.com/api/govern/data-access/metadata/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "items": [
    "<string>"
  ]
}
'
{
  "items": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

A list of names, used for Keycloak group/role/user dropdowns.

items
string[]

Response

Successful Response

A list of names, used for Keycloak group/role/user dropdowns.

items
string[]