PUT
https://api.subscriptiongenius.com/2/subscribers/{subscriber_id}
Paramater |
Description |
Required |
Default |
Data Type |
first_name |
First name of subscriber |
Yes |
|
String (25) |
last_name |
First name of subscriber |
Yes |
|
String (25) |
email |
Email of subscriber |
No |
|
String (100) |
password |
Password for subscriber to login to services |
No |
|
String (25) |
{
"first_name":"John",
"last_name":"Doe",
"email":"test@test.com",
"password":"secret"
}
HTTP Status: 204 (No Content)