Skip to main content

Create a Number Group Membership

To create a new Number Group Membership, you send a POST request to the Number Group Membership resource.

Permissions

The API token must include the following scopes: Numbers.

Path Parameters
NumberGroupId uuid REQUIRED

Unique ID of the number group

Request Body REQUIRED
phone_number_id uuid REQUIRED

The unique identifier of the Phone Number you would like to add to the Number Group.

Responses
201

CREATED

Schema OPTIONAL
id uuid OPTIONAL

The unique identifier of the Number Group Membership on SignalWire. This can be used to delete the membership programmatically.

number_group_id uuid OPTIONAL

The unique identifier of the Number Group this membership is associated with.

phone_number object OPTIONAL

A representation of the phone number this membership is associated with.

id uuid OPTIONAL
name string OPTIONAL
number string OPTIONAL
capabilities string[] OPTIONAL