Skip to main content

Interface: AdminUsergroupsAddTeamsArguments

Extends

  • UsergroupID.TokenOverridable

Properties

auto_provision?

optional auto_provision: boolean;

Description

When true, this method automatically creates new workspace accounts for the IDP group members. Defaults to false.

Defined in

packages/web-api/src/types/request/admin/usergroups.ts:31


team_ids

team_ids: string | string[];

Description

One or more encoded team (workspace) IDs. Each workspace MUST belong to the organization associated with the token.

Defined in

packages/web-api/src/types/request/admin/usergroups.ts:26


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

packages/web-api/src/types/request/common.ts:43


usergroup_id

usergroup_id: string;

Description

ID of the IDP group to list/manage channels for.

Inherited from

UsergroupID.usergroup_id

Defined in

packages/web-api/src/types/request/admin/usergroups.ts:10