Update a profile
Update a profile.
Authorizations:Token
Query Parameters
| profile_id required | stringResource identifier |
Request Body Schema:
The updated Profile resource | social_login_provider | string or null<= 128 characters |
| social_login_id | string or null<= 128 characters |
| ga_client_id | string |
| stored_selectors | Array of strings |
| concierge_user_id | string or null<= 128 characters |
| mail_chimp_lists | Array of integers |
| mail_chimp_interests | Array of integers |
| mail_chimp_segments | Array of integers |
| stripe_customer_id | string or null<= 128 characters |
| login | string[5 .. 128] characters |
| password | string or null[8 .. 128] characters |
| access_level | integer |
| status | string1 characterDefault: "E"Enum: "E""D"Example: "E" |
| status_comment | string |
| referer | string |
| language | string<= 2 characters |
| membership_id | integer or null |
| pending_membership_id | integer or null |
| force_change_password | boolean |
| role_ids | Array of integers |
Responses
200Profile resource updated
Response schema:
Profile resource updated | social_login_provider | string or null<= 128 characters |
| social_login_id | string or null<= 128 characters |
| ga_client_id | string |
| stored_selectors | Array of strings |
| concierge_user_id | string or null<= 128 characters |
| mail_chimp_lists | Array of integers |
| mail_chimp_interests | Array of integers |
| mail_chimp_segments | Array of integers |
| stripe_customer_id | string or null<= 128 characters |
| id | integer |
| login | string[1 .. 128] characters |
| access_level | integer |
| create_date | string |
| first_login_date | string or null |
| last_login_date | string or null |
| status | string1 characterDefault: "E"Example: "E" |
| status_comment | string |
| referer | string |
| language | string<= 2 characters |
| membership_id | integer or null |
| pending_membership_id | integer or null |
| force_change_password | boolean |
| role_ids | Array of integers |
400Invalid input
404Resource not found
422Unprocessable entity