e-Sign REST Web Service
PostGetUsers
e-Sign REST Web Service > All Operations Resource Group : GetUsers (Post)

Resource Path: /api/v5/users

Description
Get User.
Request Headers
NameDescription
 
 
 
 
Request

The request body is of type UserDetailsRequestModel.

Overview

UserDetailsRequestModel
ProntoIDs : Array[string]
IDs : Array[integer]
Usernames : Array[string]
EmailAddresses : Array[string]
IsLockedOut : boolean
IsExpired : boolean
SigningAuthorityType : string
ControlPanelAuthorityType : string
EnableLogging : boolean
ResultsCountLimit : integer
ResultsCountStart : integer
FederationUsernames : Array[string]
Response

The response body is of type UserDetailsServiceReturnModel.

OK

Overview

UserDetailsServiceReturnModel
IsSuccessful : boolean
Message : string
Users : Array[object]
ProcessingTime : string
TimeZoneUtcOffset : number
See Also
All Operations Resource Groupe-Sign REST Web Service