Skip to main content

Create a Number Group Membership

POST 

/number_groups/:NumberGroupId/number_group_memberships

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.

Request

Path Parameters

    NumberGroupId uuidrequired

    Unique ID of the number group

Body

required

    phone_number_id uuidrequired

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

Responses

CREATED

Schema

    id uuid

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

    number_group_id uuid

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

    phone_number

    object

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

    id uuid
    name string
    number string
    capabilities string[]
Loading...