cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
720
Views
0
Helpful
1
Replies

postman getUser function

jdickinson
Level 5
Level 5

Any idea why this isn't working?



https://uccx-001-app-prod.statebridgecompany.com:8445/finesse/api/User/jdickinson


trying this with postman and response is 415..

<div id="content">

            <div id="content-header">HTTP Status 415 - Unsupported Media Type            </div>


1 Accepted Solution

Accepted Solutions

dekwan
Cisco Employee
Cisco Employee

Hi Joe,

The HTTP status code helps narrow down the reason for the issue. You are getting a http status code of 415 which is defined as: https://httpstatuses.com/415

So, take a look at the Finesse documentation again to find the correct content type.

Thanx,

Denise

View solution in original post

1 Reply 1

dekwan
Cisco Employee
Cisco Employee

Hi Joe,

The HTTP status code helps narrow down the reason for the issue. You are getting a http status code of 415 which is defined as: https://httpstatuses.com/415

So, take a look at the Finesse documentation again to find the correct content type.

Thanx,

Denise