/profile
POST
/profile
profile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cool.jobmojito.com/rest/v1/profile?select' \
--header 'Prefer;' \
--header 'Apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1vbXNidm5sdHN5ZGV6bW9lc3F0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTA3MDE0OTksImV4cCI6MjAwNjI3NzQ5OX0.MejArO571bSF0cav3fp_YQEhsF92yn440Iks7Wu1af8' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"created_at": "now()",
"updated_at": "now()",
"deleted_at": "string",
"name": "string",
"email": "string",
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"type": "user",
"linked_in": "string",
"phone_number": "string",
"physical_address": "string",
"auth_user_id": "990d439e-9996-4264-8929-f50029888dd9",
"status": "dormant",
"stats": null,
"credit_actual": null,
"credit_limit": null,
"achievements": null,
"expected_position_name": "string",
"expected_job_level": "Intership",
"expected_industry": "55e10407-1267-4891-899f-fbcc73e303a2",
"unemployed": true,
"unemployed_started": "string",
"avatar_url": "string",
"activated_at": "string",
"config_features": null,
"stripe_customer_id": "string",
"stripe_test": false,
"candidate_email": "string",
"metadata": null,
"affiliate_id": "3b7d610b-bb33-4bfb-8025-7abb425f8603",
"register_country_code": "string",
"mojito_language_code": "en",
"stripe_currency": "eur",
"api_account": false,
"api_expiration": "string"
}'
Response Response Example
{}
Request
Query Params
select
stringÂ
optional
Header Params
Prefer
enum<string>Â
optional
Allowed values:
return=representationreturn=minimalreturn=noneresolution=ignore-duplicatesresolution=merge-duplicates
Apikey
stringÂ
optional
Example:
{{Apikey}}
Body Params application/json