Users
Get current user
REQUIRED SCOPES <code>['users:read']</code><br>Returns information about the user who is currently authenticated in the system and wants to view the data about their account. <br><br>In the case of a client-side authenticated OAuth application, this will be the user who authorized the application. <br><br>After sending the request, the current user can view thier: <ul><li>First name</li> <li>Last name</li> <li>Email</li> <li>Business hour</li> <li>Configs</li> <li>Number, etc.</li></ul>
get/users/me
Response
OK
Changes
No recorded changes to this endpoint across all 2 revisions of this API.