Get User
Use this endpoint to fetch specific user details
Authorized Roles : PROVIDER
Request
URI
GET
https://{api_host}/provider/users/{id}
COPY
Path Parameters
integer
id
Required
ID of the user
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/provider/users/{id}