Use this endpoint to list the available security users.
Endpoint: https://server/EventProApi/DataService.svc/security/users
Method: GET
Refer to Security User Object.
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.
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.
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.
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.
Use this endpoint to list the available security roles.
Endpoint: https://server/EventProApi/DataService.svc/security/roles
Method: GET
Refer to Security Role Object.