---
title: "Add a Network resource to the Network Access Profile resource."
method: POST
path: "/v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks"
tags: ["SupersimV1NetworkAccessProfileNetwork"]
---

# Add a Network resource to the Network Access Profile resource.

`POST /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks`

Add a Network resource to the Network Access Profile resource.

## Path parameters

- `NetworkAccessProfileSid` string, required

## Response `201`

Created

- SupersimV1NetworkAccessProfileNetworkAccessProfileNetwork
  - `sid` string, nullable — The unique string that identifies the Network resource.
  - `network_access_profile_sid` string, nullable — The unique string that identifies the Network resource's Network Access Profile resource.
  - `friendly_name` string, nullable — A human readable identifier of the Network this resource refers to.
  - `iso_country` string, nullable — The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resource.
  - `identifiers` unknown[], nullable — Array of objects identifying the [MCC-MNCs](https://en.wikipedia.org/wiki/Mobile_country_code) that are included in the Network resource.
    - unknown
  - `url` string, uri, nullable — The absolute URL of the Network resource.

## Changes

- **2025-07-03** (v1) `ed1f07150bf8` — 1 breaking
  - the `identifiers/items/` response's property type changed from `object` to no type for status `201`
- **2025-03-11** (v1) `44c25264457d` — 1 breaking
  - the `identifiers/items/` response's property type changed from no type to `object` for status `201`
- **2023-08-10** (v1) `4c8f6063ae9d` — 1 info
  - api tag `SupersimV1NetworkAccessProfileNetwork` added

[Change history](https://skmtc.dev/twilio/apis/supersim-v1/changes/v1/NetworkAccessProfiles/:NetworkAccessProfileSid/Networks/post.md)

---

[API](https://skmtc.dev/twilio/apis/supersim-v1.md) · [All operations](https://skmtc.dev/twilio/apis/supersim-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/supersim-v1/revisions/c0baa6eaf932/schema)
