---
title: "Create access group"
method: POST
path: "/configuration/access-groups"
tags: ["configuration"]
---

# Create access group

`POST /configuration/access-groups`

Creates new access group with given properties and criteria

## Request body

- AccessGroup
  - `id` string
  - `name` string

## Response `201`

Created access group value

- IdentifiedAccessGroup
  - `id` string — Identifier of an access group.
  - `name` string — Name of an access group.
  - `description` string — Description of an access group.
  - `criteria` AccessGroupCriteria
    - `include` object[]

## Other responses

- `403` — Forbidden to access the resource, check your authorisation and rights.
- `409` — Duplicated access group name
- `422` — Invalid access group id provided With codes: * *INVALID_ACCESS_GROUP_CRITERION* when there is no active job property with given id . * *ACCESS_GROUP_MISSING_CRITERIA* when there is one or more organisational job properties not specified for criteria. * *DISABLED_ACCESS_GROUP_CRITERION_JOB_PROPERTY* when disabled (or one without values) organisational job property is specified for criteria.

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
