Get logged on user details

This method returns user information of the user who is logged on. It is demonstrated in the sample code.

  • Make sure there are no spaces in the URL.

  • The following characters are not supported in URL values: + & %

  • If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/

URL

 

https://<IIS_Server_Ip>/PasswordVault/WebServices/PIMServices.svc/User/

Resource information

HTTP method

GET

Content type

application/json

Header parameter

Parameter

Authorization

Type

String

Description

The token that identifies the session.

Valid values

A session token that was returned from the “Logon” method.

Body parameters

None

Result

 
{ 

"FirstName":"<string>",

"LastName":"<string>",

"UserName":"<string>",

"Email":"<string>",

"Source":"<string>",

"UserTypeName":"<string>",

"Expired":"<bool>",

"Disabled":"<bool>",

"AgentUser":"<bool>",

"Suspended":"<bool>"

}

Return codes

For a complete list of return codes, see Return Codes.