---
title: "Attach user profile assignment to an SSID"
method: POST
path: "/ssids/{id}/user-profile-assignment/:attach"
tags: ["Configuration - Policy"]
---

# Attach user profile assignment to an SSID

`POST /ssids/{id}/user-profile-assignment/:attach`

Attach user profile assignment to an SSID.

## Path parameters

- `id` integer, required

## Request body

- XiqAttachUPAssignmentRequest
  - `user_profile_assignment_rules` XiqAttachUPAssignmentEntry[] — The User Profile Assignment and User Profile Id's to attach to SSID
    - `user_profile_id` integer — The User Profile ID.
    - `user_profile_assignment_id` integer — The User Profile Assignment ID.
  - `enable_user_profile_assignment` boolean — The flag to enable User Profile Assignment
  - `enable_radius_attribute_user_profile_assignment` boolean — The flag to enable Radius Attribute User Profile Assignment
  - `attribute_type` 'TUNNEL' | 'STANDARD' | 'CUSTOM' — The attribute type name
  - `attribute_key` integer — The SSID attribute key
  - `default_radius_client_object_id` integer — The default RADIUS client object ID

## Response `200`

OK

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
