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": "04c82cf9-84c6-4173-a824-7b5815cd274c" }
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": "cc6fc3de-89ad-4e74-b963-f53f9000ea52" }
application/xml, text/xml
Sample:
Coming soon.