curl --request PUT \
--url https://api.flare.io/firework/v2/me/profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"surname": "<string>",
"settings": {},
"color_scheme": "auto",
"language": "<string>"
}
'{
"profile": {
"name": "<string>",
"email": "<string>",
"language": "<string>",
"color_scheme": "auto",
"id": 123,
"surname": "<string>",
"organization_id": 123,
"settings": {
"default_search": "<string>",
"permissions": [
"<string>"
],
"organization_member_permissions": [
"<string>"
]
},
"is_disabled": true,
"feature_flags": {},
"registered_at": "2023-11-07T05:31:56Z",
"urn": "<string>",
"organization_member_permissions": {},
"flare_role": "<string>",
"tenants": [
{
"id": 123,
"name": "<string>",
"type": "<string>",
"description": "<string>",
"organization_id": 123,
"urn": "<string>",
"number_of_employees": 123,
"industry": "<string>",
"is_disabled": true,
"is_archived": true,
"feed_id": 123,
"permissions": [
"<string>"
],
"prevent_global_search": true
}
],
"is_sso_mandatory": true,
"has_password": true,
"cello_jwt": "<string>",
"needs_eusa": true,
"domain": "<string>"
}
}curl --request PUT \
--url https://api.flare.io/firework/v2/me/profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"surname": "<string>",
"settings": {},
"color_scheme": "auto",
"language": "<string>"
}
'{
"profile": {
"name": "<string>",
"email": "<string>",
"language": "<string>",
"color_scheme": "auto",
"id": 123,
"surname": "<string>",
"organization_id": 123,
"settings": {
"default_search": "<string>",
"permissions": [
"<string>"
],
"organization_member_permissions": [
"<string>"
]
},
"is_disabled": true,
"feature_flags": {},
"registered_at": "2023-11-07T05:31:56Z",
"urn": "<string>",
"organization_member_permissions": {},
"flare_role": "<string>",
"tenants": [
{
"id": 123,
"name": "<string>",
"type": "<string>",
"description": "<string>",
"organization_id": 123,
"urn": "<string>",
"number_of_employees": 123,
"industry": "<string>",
"is_disabled": true,
"is_archived": true,
"feed_id": 123,
"permissions": [
"<string>"
],
"prevent_global_search": true
}
],
"is_sso_mandatory": true,
"has_password": true,
"cello_jwt": "<string>",
"needs_eusa": true,
"domain": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Show child attributes
Was this page helpful?