provider Teammate groups POST /teammate_groups
@utdk/front /teammate_groups
Create teammate group
Create a new teammate group. Required scope: `teammate_groups:write`

Try it

Authentication
Configure credentials for Core API
createCompanyTeammateGroup
POST/teammate_groups
Create a new teammate group. Required scope: `teammate_groups:write`

Input

required

Name of the teammate group

Description of the teammate group

Permissions for the teammate group

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.createCompanyTeammateGroup()