News
News Authors

News Authors

Create News Author

POST
/v1/admin/news_authors
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
  "payload":{
      "firstName": "John",
      "lastName": "Doe",
      "middleInitial": "M",
      "suffix": "JR",
      "bio": "This is author biography",
      "imageUrl": "https://images.pickleball.com/placeholder/pickleball.png"
    }
 }
Response
{
 "result": {
     "uuid": "7bb5893e-f5d8-4d9b-acdd-67fbe80cb73f",
     "firstName": "John",
     "lastName": "Doe",
     "middleInitial": "M",
     "suffix": "JR",
     "bio": "This is author biography",
     "imageUrl": "https://images.pickleball.com/placeholder/pickleball.png",
     "isActive": false,
     "dateCreated": "2022-10-04T09:18:02.406940253Z",
     "dateUpdated": "2023-09-11T19:28:58.244013984Z",
     "dateArchived": "2023-09-11T19:28:58.244013984Z"
 }
}