Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.14 KB

File metadata and controls

65 lines (44 loc) · 2.14 KB
ms.date title ms.reviewer ms.author author manager audience ms.topic ms.service f1.keywords ms.localizationpriority ms.collection ms.assetid description
03/17/2018
Get User
serdars
SerdarSoysal
serdars
ITPro
article
skype-for-business-server
NOCSH
medium
IT_Skype16
52b89a4b-a0bd-493d-bb5e-e21904eb8e48
Summary: Learn about the Get User operation, which is part of the User Service. The User Service is part of the Repository API for Call Quality Dashboard. Call Quality Dashboard is a tool for Skype for Business Server.

Get User

Summary: Learn about the Get User operation, which is part of the User Service. The User Service is part of the Repository API for Call Quality Dashboard. Call Quality Dashboard is a tool for Skype for Business Server.

The Get Users operation is part of the User Service in the Repository API for Call Quality Dashboard.

Get User

Get User returns a user record from the repository.

Method Request URI HTTP Version
GET
https://<portal>/QoERepositoryService/repository/user/{userId}
HTTP/1.1

URI Parameters - None.

Request Headers - No extra headers.

Request Body - None.

Response - The response includes an HTTP status code and a set of response headers.

Status Code - A successful operation returns status code 200 (OK). If a specified user ID isn't found, it returns status code 404 (Not Found).

Response Headers - No extra headers.

Response Body - Below is a sample response payload in JSON.

{
"userId": 0,
"loginName": "system",
"defaultItemId": 1655
}

userId - ID of the user.

loginName - External user identification for regular users. If Windows Authentication is used for authenticating users, then this might be an FQDN of the user.

defaultItemId - ID of the default Item for this user. The default Item is the top-most Item that is associated to the user. All other Items this user owns can be navigated from the default Item.

Note

Supply the defaultItemId value to Get Item operation to retrieve the details of the default Item.