curl --request PUT \
--url https://api.flare.io/firework/v2/me/profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"color_scheme": "auto",
"name": "<string>",
"settings": {},
"surname": "<string>",
"language": "<string>"
}
'{
"profile": {
"color_scheme": "auto",
"email": "<string>",
"language": "<string>",
"name": "<string>",
"feature_flags": {},
"flare_role": "<string>",
"id": 123,
"is_disabled": true,
"organization_id": 123,
"organization_member_permissions": {},
"registered_at": "2023-11-07T05:31:56Z",
"settings": {
"default_search": "<string>",
"organization_member_permissions": [
"<string>"
],
"permissions": [
"<string>"
]
},
"surname": "<string>",
"urn": "<string>",
"cello_jwt": "<string>",
"domain": "<string>",
"has_password": true,
"is_sso_mandatory": true,
"needs_eusa": true,
"tenants": [
{
"description": "<string>",
"feed_id": 123,
"id": 123,
"industry": "<string>",
"is_archived": true,
"is_disabled": true,
"name": "<string>",
"number_of_employees": 123,
"organization_id": 123,
"permissions": [
"<string>"
],
"prevent_global_search": true,
"type": "<string>",
"urn": "<string>"
}
]
}
}curl --request PUT \
--url https://api.flare.io/firework/v2/me/profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"color_scheme": "auto",
"name": "<string>",
"settings": {},
"surname": "<string>",
"language": "<string>"
}
'{
"profile": {
"color_scheme": "auto",
"email": "<string>",
"language": "<string>",
"name": "<string>",
"feature_flags": {},
"flare_role": "<string>",
"id": 123,
"is_disabled": true,
"organization_id": 123,
"organization_member_permissions": {},
"registered_at": "2023-11-07T05:31:56Z",
"settings": {
"default_search": "<string>",
"organization_member_permissions": [
"<string>"
],
"permissions": [
"<string>"
]
},
"surname": "<string>",
"urn": "<string>",
"cello_jwt": "<string>",
"domain": "<string>",
"has_password": true,
"is_sso_mandatory": true,
"needs_eusa": true,
"tenants": [
{
"description": "<string>",
"feed_id": 123,
"id": 123,
"industry": "<string>",
"is_archived": true,
"is_disabled": true,
"name": "<string>",
"number_of_employees": 123,
"organization_id": 123,
"permissions": [
"<string>"
],
"prevent_global_search": true,
"type": "<string>",
"urn": "<string>"
}
]
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Show child attributes
auto, light, dark "auto"
User's email
User's language
Users's name
ID of the owner organization
User's surname
The uniform resource name of the user.
Show child attributes
This tenant's purpose
ID of the feed
Tenant ID
The industry of the tenant.
Indicates if the tenant is archived
Indicates if the tenant is disabled
Tenant name
The number of employees for the tenant.
ID of the owner organization
Indicates if the tenant can perform global searches
Tenant type
The uniform resource name of the tenant.
Was this page helpful?