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": "f0062823-fe3a-439a-89eb-c890a3934657" }
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": "5481059d-6bd9-4d23-af92-426f6cbbfb8c" }
application/xml, text/xml
Sample:
Coming soon.