Retrieve a profile
Retrieve a profile.
Authorizations:Token, JWT
Query Parameters
profile_id required | stringResource identifier |
Responses
200Profile resource
Response schema:
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 |
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 |
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
404Resource not found
Response schema:
Resource not found type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |