Authorize A User Configured With Meraki Authentication For A Network Currently Supports 802 1 X Splash Guest And Client VPN Users And Currently Organizations Have A 50 000 User Cap
POST {{baseUrl}}/networks/:networkId/merakiAuthUsers
Authorize a user configured with Meraki Authentication for a network (currently supports 802.1X, splash guest, and client VPN users, and currently, organizations have a 50,000 user cap) #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: email| string| Email address of the user name| string| Name of the user password| string| The password for this user account accountType| string| Authorization type for user. Can be 'Guest' or '802.1X' for wireless networks, or 'Client VPN' for wired networks. Defaults to '802.1X'. emailPasswordToUser| boolean| Whether or not Meraki should email the password to user. Default is false. authorizations| array| Authorization zones and expiration dates for the user.
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/merakiAuthUsers | create |
Request Body
{"email"=>"<string>", "name"=>"<string>", "password"=>"<string>", "authorizations"=>[{"ssidNumber"=>"<integer>", "expiresAt"=>"Never"}, {"ssidNumber"=>"<integer>", "expiresAt"=>"Never"}], "accountType"=>"802.1X", "emailPasswordToUser"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"aGlAaGkuY29t","email":"miles@meraki.com","name":"Miles Meraki","createdAt":"2018-02-11T00:00:00.090210Z","accountType":"802.1X","authorizations":[{"ssidNumber":1,"authorizedZone":"Store WiFi","expiresAt":"2018-03-13T00:00:00.090210Z","authorizedByName":"Miles Meraki","authorizedByEmail":"miles@meraki.com"}]}