# 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. Mobile operator networks which Network Access Profiles allow access to ## Servers - https://supersim.twilio.com: https://supersim.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **NetworkAccessProfileSid** (string) The unique string that identifies the Network Access Profile resource. ### Body: application/x-www-form-urlencoded (object) - **Network** (string) The SID of the Network resource to be added to the Network Access Profile resource. ## Responses ### 201 Created #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) The unique string that identifies the Network resource. - **network_access_profile_sid** (string | null) The unique string that identifies the Network resource's Network Access Profile resource. - **friendly_name** (string | null) A human readable identifier of the Network this resource refers to. - **iso_country** (string | null) The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resource. - **identifiers** (array | null) Array of objects identifying the [MCC-MNCs](https://en.wikipedia.org/wiki/Mobile_country_code) that are included in the Network resource. - **url** (string(uri) | null) The absolute URL of the Network resource. [Powered by Bump.sh](https://bump.sh)