Skip to main content
POST
/
organizations
/
permission-groups
Create a permission group
curl --request POST \
  --url https://api.ilyama.golain.io/core/api/v1/organizations/permission-groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'ORG-ID: <org-id>' \
  --data '
{
  "name": "<string>"
}
'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

ORG-ID
string<uuid>
required

Body

application/json
name
string
required
access
object[]
active
boolean
description
string
project_id
string<uuid> | null

Response

Permission group created

data
object
required
ok
enum<integer>
required
Available options:
1