Description
Creates a service profile.
URL
https://api.keyyo.com/manager/1.0/services/:csi/profilesParameters
| :csi | The Common Service Identifier of the service on which to create the profile Applicable types:UCaaSVoIPAccount ACDService | 
| name | The name of the profile | 
| forced | Whether this profile is currently being forced | 
Result
| Profile | A Keyyo service profile (Can be one of VoIPAccountProfile or ACDProfile) | 
Relationships
| GET /services/:csi/profiles | Retrieves the profile list available for the specified service. | 
| GET /services/:csi/profiles/:profile_identifier | Retrieves a service profile from its identifier. (Note that there's a default profile.) | 
| POST /services/:csi/profiles/:profile_identifier | Updates a service profile. | 
| DELETE /services/:csi/profiles/:profile_identifier | Deletes a service profile. |