Create An Identity PSK
POST {{baseUrl}}/networks/:networkId/wireless/ssids/:number/identityPsks
Create an Identity PSK #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the Identity PSK passphrase| string| The passphrase for client authentication. If left blank, one will be auto-generated. groupPolicyId| string| The group policy to be applied to clients
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/wireless/ssids/{number}/identityPsks | create |
Request Body
{"name"=>"<string>", "groupPolicyId"=>"<string>", "passphrase"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"identityPskId":"1284392014819","name":"Sample Identity PSK","passphrase":"NIalareK","groupPolicyId":"101"}