

# Profiles
<a name="commands-profiles"></a>


| Nickname | Action | Signature | Description | 
| --- | --- | --- | --- | 
| POST Profile | POST | /profiles | Create a profile. | 
| GET Profile List | GET | /profiles | Get the list of profiles. | 
| GET Profile | GET | /profiles/<ID of profile> | Get the attributes of the specified profile. | 
| DELETE Profile | DELETE | /profiles/<ID of profile> | Delete the specified profile. | 