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": "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.

JobToTrack
NameDescriptionTypeAdditional 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.