Identity/Users({FQN})
Returns a single user matching the specified fully qualified name (FQN).
| Value | Notes | |
|---|---|---|
| URI | {Service Root URI}/Identity/Users({FQN}) e.g. https://api.denallix.com:443/K2Services/REST.svc/Identity/Users(K2_C_DENALLIX_B_Anthony) |
{FQN} is a String representing the fully qualified name of the user. Requires the use of Replacement Characters to replace characters like slashes. |
| Method | GET | |
| Return Type |
User or Failure |
|
| Return Example | <User Username="DENALLIX\Anthony" Fqn="K2:DENALLIX\Anthony" Email="Anthony@denallix.com" Manager="DENALLIX\Bob" DisplayName="Anthony Petro" xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
|