POST api/UserInstitution/GetUserInstitutionProfileInfor
Get owner's profile information, such as name, address, phone numbers of a UserInstitution.
Request Information
URI Parameters
None.
Body Parameters
GetUserInstitutionProfileInforParamsName | Description | Type | Additional information |
---|---|---|---|
UserInstitutionID |
Guid-type UserInstitutionID. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserInstitutionID": "2aa33f2c-c8a3-494b-98c5-8623efeaafe2" }
application/xml, text/xml
Sample:
Coming soon.
Response Information
Resource Description
JobID of the new job triggerd by trying to get owner's profile information. Use api/Job/GetJobInformationByID with this JobID to look up current job's MFA information and status.
JobToTrackName | Description | Type | Additional information |
---|---|---|---|
JobID |
Guid-type ID of the job. |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "JobID": "5a8fee04-d136-4c69-ad63-6bef63dff100" }
application/xml, text/xml
Sample:
Coming soon.