Create a profile
Create a profile.
Authorizations:Token, JWT
Request Body Schema:
The new 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 | integerEnum: 0 100 |
status | string1 characterDefault: "E" Enum: "E" "D" Example: "E" |
status_comment | string |
referer | string |
language | string<= 2 characters |
membership_id | integer or null>= 0 |
pending_membership_id | integer or null>= 0 |
force_change_password | boolean |
role_ids | Array of integers |
Responses
201Profile resource created
Response schema:
Profile resource created 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>= 0 |
login | string[1 .. 128] characters |
access_level | integer>= 0 |
create_date | string |
first_login_date | string or null |
last_login_date | string or null |
status | string1 characterDefault: "E" Enum: "E" "D" Example: "E" |
status_comment | string |
referer | string |
language | string<= 2 characters |
membership_id | integer or null>= 0 |
pending_membership_id | integer or null>= 0 |
force_change_password | boolean |
role_ids | Array of integers |
400Invalid input
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
422Unprocessable entity
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |