Please enable JavaScript to view this site.

EventPro Software User Manual

Breadcrumb Trail: EventPro API > Endpoints

Security Endpoints

Scroll Prev Top Next More

List Security Users

Use this endpoint to list the available security users.

Endpoint: https://server/EventProApi/DataService.svc/security/users

Method: GET

Refer to Security User Object.

Click to zoom in/out

Security User Sample Response

 

Add Security User

This POST endpoint allows you to add a security user.

Endpoint:  https://server/EventProApi/DataService.svc/security/user/add

Method: POST

You pass to this endpoint a Security User object with the information required.

Any non-Read-Only field you use will be updated on the security user record.

The created security user is returned as a Security User object.

Refer to Security User Object.

 

Update Security User

This POST endpoint allows you to make modifications to a security user.

Endpoint:  https://server/EventProApi/DataService.svc/security/user/update

Method: POST

You pass to this endpoint a Security User object with the Oid set to the Oid of the security user you want to update.

Any non-Read-Only field you use will be updated on the security user record.

The updated security user is returned as a Security User object.

Refer to Security User Object.

 

Delete Security User

This GET endpoint allows you to remove a security user.

Endpoint:  https://server/EventProApi/DataService.svc/security/user/delete/{oid}

Method: GET

This endpoint contains the ID of the Security User object you want to remove.

Refer to Security User Object.

 

List Security User Groups

Use this endpoint to list the available security user groups.

Endpoint: https://server/EventProApi/DataService.svc/security/usergroups

Method: GET

Refer to Security User Group Object.

 

List Security Roles

Use this endpoint to list the available security roles.

Endpoint: https://server/EventProApi/DataService.svc/security/roles

Method: GET

Refer to Security Role Object.

© 2023 EventPro Software, a wholly owned subsidiary of Profit Systems Inc. All Rights Reserved.