1. People
Reader API
  • Welcome to Omerlo
  • Authorization - OAuth 2
    • Client Credentials flow
      POST
    • Authorization Code flow
      POST
    • Refresh Token flow
      POST
    • Verify oauth user
      POST
    • User info
      GET
  • Accounts
    • Profiles
      • People
        • Paginated User profiles people
          GET
        • Create User person profile
          POST
        • User profile Person by id
          GET
        • Update User profile Person by id
          PUT
      • Organizations
        • Paginated User profiles organizations
        • Create User organization profile
        • User profile Organization by id
        • Update User profile Organization by id
    • User info
      GET
    • User entitlements
      GET
  • Announcements
    • Paginated Announcement list
      GET
    • Announcement by id
      GET
  • Blocks
    • Media Block by id
      GET
  • Categories
    • Paginated categories list
      GET
    • Category by id
      GET
  • Community
    • Events
      • Paginated Events
      • Search Events
      • Events dates by range
      • Event by id
      • Event blocks by id
      • Register to an Event by id
      • Unregister from an Event by id
      • Paginated Event people participants
      • Paginated Event organizations participants
    • Organizations
      • Paginated Organizations
      • Search Organizations
      • Organization by id
      • Organization blocks by id
    • People
      • Paginated People
      • Search People
      • Person by id
      • Person blocks by id
    • Projects
      • Paginated Projects
      • Search Projects
      • Project by id
      • Project blocks by id
  • Contents
    • Paginated Contents
    • Search Contents
    • Content by id
    • Content questions results by id
  • Devices
    • Register a device
  • Distributions
    • Releases
      • Paginated Release list
      • Release by id
    • Paginated Distribution list
    • Distribution by id
  • Favorites
  • Issues
    • Issue by id
    • List Contents in Issue Section
    • Search Contents in Issue
    • Issue Section Blocks by section_id
  • Oauth Providers
    • List providers
  • Mailer
    • Send email
  • Menus
    • Menu by key
  • Newsletter
    • Mailinglist
      • GET paginated Mailinglists
    • Subscription
      • POST Subscription
      • GET all Reader Subscriptions
      • DELETE all Reader Subscriptions
      • DELETE Reader Subscription by id
  • References
    • Reference by Ref
  • Sections
    • Section by id
    • Paginated Contents by Section id
  • Topics
    • List topics
    • Subscribe
    • Unsubscribe
  • Webpages
    • Paginated webpages list
    • Webpage by key OR id
  • Media overview
    GET
  • Schemas
    • ReaderHub
      • Distribution
        • Distribution
        • Distribution (summary)
        • Release
        • Release (summary)
      • Issue
        • Issue
        • Issue (summary)
        • Issue Section
        • Issue Section (summary)
        • SectionContent
        • Issue Block
        • Issue BlockConfiguration (summary)
        • IssueType (summary)
      • Community
        • ProfileType (summary)
        • Profile BlockType (summary)
        • Event
        • Event (summary)
        • Event Participant
        • Organization
        • Organization (summary)
        • Person
        • Person (summary)
        • Project
        • Project (summary)
        • Profile (summary)
        • Profile Address
        • Profile Description Block
        • Profile Contact
        • Profile Block
      • Content
        • Blocks
          • Block kind Data
          • Block kind HTML
          • Block kind Image
          • Block kind Question
          • Block kind Quote
          • Block kind Related Contents
          • Block kind Richtext
          • Block kind Slideshow
          • Block kind Video
        • Author (summary)
        • Content Template (summary)
        • Content Block
        • Content Block Template (summary)
        • Content
        • Content (summary)
        • Questions answers
      • Media
        • Announcement
        • Announcement (summary)
        • Menu
        • Menu Item
        • Media Block (summary)
        • Media BlockConfiguration (summary)
        • Media Section
        • Media Section (summary)
        • Topic (summary)
        • Webpage
        • Webpage (summary)
        • Media
        • Media (summary)
        • Media Block
        • Media Block Configuration (summary)
      • Integrations
        • Reference
      • Messenger
        • Mailinglist (summary)
        • Subscription
      • OauthProviderSummary
    • Common
      • Visual
        • Image
        • Slideshow
        • Video
      • PagingMeta
      • Metadata
      • LocalesMetadata
      • Visual
      • Category
      • Category (summary)
  1. People

Create User person profile

POST
https:/omerlo.com/api/media/v1/account/me/profiles/people
Get the user's informations. This endpoint require a token with the scope profile.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Body Params application/json

Examples

Responses

🟢201Created
application/json
Body

🟠400Data error
🟠401Authorization
🟠403Token missing scope
🟠404Entity not found
🟠422Unprocessable entity
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https/omerlo.com/api/media/v1/account/me/profiles/people?locale' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "profile_type_id": "fcb02d6f-d919-45dd-b606-b0bf8279ebd8",
    "first_name": "string",
    "last_name": "string",
    "pronoun": "string",
    "other_name": "string",
    "canonical_url": "http://example.com",
    "profile_image_url": "http://example.com",
    "cover_image_url": "http://example.com",
    "summary_html": "string",
    "summary_text": "string",
    "address": {
        "street": "string",
        "location": "string",
        "city": "string",
        "state": "string",
        "country": "string"
    },
    "description": {
        "blocks": [
            {
                "kind": "string",
                "image": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "type": "image",
                    "url": "http://example.com",
                    "gravity": "center",
                    "credit": "string",
                    "caption_html": "string",
                    "caption_text": "string"
                },
                "video": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "type": "video",
                    "video_id": "string",
                    "provider": "youtube",
                    "url": "http://example.com",
                    "caption_html": "string",
                    "caption_text": "string",
                    "credit": "string",
                    "is_monetized": true,
                    "is_tracking_enabled": true
                },
                "slideshow": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "type": "slideshow",
                    "images": [
                        {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "type": "image",
                            "url": "http://example.com",
                            "gravity": "center",
                            "credit": "string",
                            "caption_html": "string",
                            "caption_text": "string"
                        }
                    ]
                },
                "content_html": "string",
                "content_text": "string"
            }
        ],
        "meta": {
            "locales": {
                "current": "string",
                "available": [
                    "string"
                ]
            }
        }
    },
    "contact": {
        "email": "string",
        "phone": "string",
        "bluesky": "string",
        "facebook": "string",
        "instagram": "string",
        "linkedin": "string",
        "twitter": "string",
        "website": "string",
        "meta": {
            "locales": {
                "current": "string",
                "available": [
                    "string"
                ]
            }
        }
    },
    "category_ids": [
        "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    ],
    "metadata": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "updated_at": "2019-08-24T14:15:22.123Z"
}'
Response Response Example
201 - Example 1
{
    "data": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "profile_type_id": "fcb02d6f-d919-45dd-b606-b0bf8279ebd8",
        "first_name": "string",
        "last_name": "string",
        "pronoun": "string",
        "other_name": "string",
        "canonical_url": "http://example.com",
        "profile_image_url": "http://example.com",
        "cover_image_url": "http://example.com",
        "summary_html": "string",
        "summary_text": "string",
        "address": {
            "street": "string",
            "location": "string",
            "city": "string",
            "state": "string",
            "country": "string",
            "meta": {
                "locales": {
                    "current": "string",
                    "available": [
                        "string"
                    ]
                }
            }
        },
        "description": {
            "blocks": [
                {
                    "kind": "string",
                    "image": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "type": "image",
                        "url": "http://example.com",
                        "gravity": "center",
                        "credit": "string",
                        "caption_html": "string",
                        "caption_text": "string"
                    },
                    "video": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "type": "video",
                        "video_id": "string",
                        "provider": "youtube",
                        "url": "http://example.com",
                        "caption_html": "string",
                        "caption_text": "string",
                        "credit": "string",
                        "is_monetized": true,
                        "is_tracking_enabled": true
                    },
                    "slideshow": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "type": "slideshow",
                        "images": [
                            {
                                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                                "type": "image",
                                "url": "http://example.com",
                                "gravity": "center",
                                "credit": "string",
                                "caption_html": "string",
                                "caption_text": "string"
                            }
                        ]
                    },
                    "content_html": "string",
                    "content_text": "string"
                }
            ],
            "meta": {
                "locales": {
                    "current": "string",
                    "available": [
                        "string"
                    ]
                }
            }
        },
        "contact": {
            "email": "string",
            "phone": "string",
            "bluesky": "string",
            "facebook": "string",
            "instagram": "string",
            "linkedin": "string",
            "twitter": "string",
            "website": "string",
            "meta": {
                "locales": {
                    "current": "string",
                    "available": [
                        "string"
                    ]
                }
            }
        },
        "category_ids": [
            "497f6eca-6276-4993-bfeb-53cbbbba6f08"
        ],
        "metadata": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "meta": {
            "locales": {
                "current": "string",
                "available": [
                    "string"
                ]
            }
        },
        "updated_at": "2019-08-24T14:15:22.123Z"
    },
    "assocs": {
        "profile_types": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "kind": "event",
                "key": "string",
                "name": "string",
                "metadata": [
                    {
                        "key": "string",
                        "value": "string"
                    }
                ],
                "meta": {
                    "locales": {
                        "current": "string",
                        "available": [
                            "string"
                        ]
                    }
                },
                "updated_at": "2019-08-24T14:15:22.123Z"
            }
        ]
    }
}
Previous
Paginated User profiles people
Next
User profile Person by id
Built with