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

GetUserInstitutionProfileInforParams
NameDescriptionTypeAdditional information
UserInstitutionID

Guid-type UserInstitutionID.

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserInstitutionID": "6e587f68-bf46-4865-818c-c1642f4862f3"
}

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.

JobToTrack
NameDescriptionTypeAdditional information
JobID

Guid-type ID of the job.

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "JobID": "b5fc382b-2e5b-4d05-9ab1-828d55e7e82b"
}

application/xml, text/xml

Sample:
Coming soon.