post

/v4/organizations/{organizationId}/user-groups

Path parameters

organizationIdstring (uuid)
required

Request body

object
namestring
required
permissionsstring[]
required
post
https://api.merkl.xyz/v4/organizations/{organizationId}/user-groups
Merkl API
curl -X POST "https://api.merkl.xyz/v4/organizations/{organizationId}/user-groups" \
  -H "Content-Type: application/json" \
  -d '{ "name": "string", "permissions": [ "string" ] }'
Current params
{
  "body": {
    "name": "string",
    "permissions": [
      "string"
    ]
  }
}
Fill the required path parameter organizationId to send.Live request: this will call https://api.merkl.xyz/ for real.