GET api/UserInfo?userId={userId}
Gets the specified UserInfo.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userId | The userId. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "fullName": "sample string 1", "osUser": "sample string 2", "rightsGroupId": "sample string 3", "userId": "sample string 4" }
application/xml, text/xml
Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Base.Info"> <FullName>sample string 1</FullName> <OsUser>sample string 2</OsUser> <RightsGroupId>sample string 3</RightsGroupId> <UserId>sample string 4</UserId> </UserInfo>