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

ResourceOperation
/networks/{networkId}/wireless/ssids/{number}/identityPskscreate

Request Body

{"name"=>"<string>", "groupPolicyId"=>"<string>", "passphrase"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: Created

{&quot;identityPskId&quot;:&quot;1284392014819&quot;,&quot;name&quot;:&quot;Sample Identity PSK&quot;,&quot;passphrase&quot;:&quot;NIalareK&quot;,&quot;groupPolicyId&quot;:&quot;101&quot;}