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": "06d561a4-e6d3-494d-b0c1-5d29b8a72b04" }
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": "837a9d19-9839-4d30-b17f-39eed1835513" }
application/xml, text/xml
Sample:
Coming soon.