

# Members of an MPTS
<a name="commands-mpts-members"></a>


| Nickname | Action | Signature | Description | 
| --- | --- | --- | --- | 
| POST MPTS Member | POST | /mpts/mpts\_id/mpts\_members | Add an SPTS to the specified MPTS output. | 
| PUT MPTS Member | PUT | /mpts/mpts\_id/mpts\_members/:<mpts\_member\_id> | Change the attributes of the specified SPTS program in the specified MPTS output. | 
| GET MPTS Member List | GET | /mpts/mpts\_id/mpts\_members | Get the list of all the SPTS programs in the specified MPTS output. | 
| GET MPTS Member  | GET | /mpts/mpts\_id/mpts\_members/:<mpts\_member\_id> | Get the specified SPTS program from the specified MPTS output. | 
| DELETE MPTS Member  | DELETE  | /mpts/mpts\_id/mpts\_members/:<mpts\_member\_id> | Delete the specified SPTS program from the specified MPTS output. | 