SelectConfigUserPermissions

This returns a table containing currently authenticated user. User needs to be previously authenticated through LoginUser before being able to make a call to this web service.

Input Object (XML)

Element

SQL Data Type

Mandatory

Description

VendorTokenGUID

GUID

Yes

Specific GUID that Synergetic will give the third party app to validate them upon every web service request.

VendorPassword

Varchar(100)

Yes

Password provided to the vendor by CDA.


Sample Input


<InputXML>
<VendorTokenGUID>3FC2ABA9-8F37-4CC9-934C-6ABCCA9F44B7</VendorTokenGUID>
<VendorPassword>s3cr3t</VendorPassword>
</InputXML>

Relevant Database Object(s)

  • spsConfigUserPermissions_ws
  • pvConfigUserPermissions_ws

Output Object (XML)

Element/Attribute

SQL Data Type

Description

AllowSelect_StudentMaint

Boolean

Allows student maintenance.

AllowSelect_StudentMaintComment

Boolean

Allows comment.

AllowSelect_StudentMaintContacts

Boolean

Allows maintenance to student contacts.

AllowSelect_StudentMaintLegal

Boolean

Allows maintenance to legal.

AllowSelect_StudentMaintMedical

Boolean

Allows maintenance to medical records.

AllowSelect_ConfigFileMaint

Boolean

Allows maintenance to config file.

AllowAll_AttendanceMaint

Boolean

Allows maintenance to attendance.


See Also

  • SelectCommunityPhoto