Placewise API
Get startedExplore
Get startedExplore
Performance Cloud 🗗
Placewise 🗗
ExplorePublic APIManagement APIUsers API
Operations APIMessaging APIReporting APIML APIData API
ExplorePublic APIManagement APIUsers API
Operations APIMessaging APIReporting APIML APIData API
  1. Users
  • Introduction
  • Users
    • Introduction
    • Account
      • Show Notifications Settings
      • Update Notifications Settings
    • List Users
      GET
  • Conversations
    • Introduction
    • Conversations
      • Mark Conversation as "received"
      • Create Conversation
      • List Conversations
      • Show Conversation
      • Mark Conversation as "seen"
      • Archive Conversation
    • Messages
      • Create Message
      • List Messages
      • Archive Message
  • Notifications
    • List Notifications
      GET
    • Show Notification
      GET
    • Mark all Notifications as Received
      PUT
    • Mark Notification as Seen
      PUT
    • Mark all Notifications as Seen
      PUT
    • Mark Notification as Received
      PUT
  • Subunits Scopes
    • List Subunits Scopes for User
      GET
  1. Users

Introduction

User model#

Example#

{
  "id": "dabb2f47-a90f-4a07-a312-bcd31c56efcc",
  "first_name": "John",
  "last_name": "Doe",
  "roles": [],
  "avatar_url": "https://cdn-files.placewise.com/files/WJeQ9IXVbyiHv27REHTpsm2377BNxhNpcE-hl2jaVseJ6fmfTxvW"
}

Definition#

KeyTypeOptionalDescription
idUUIDno
first_nameStringyes
last_nameStringyes
rolesString[]yes
avatar_urlURLyes
Previous
Introduction
Next
Show Notifications Settings
Built with