rogers-obrien-rad / ProPyCore

Interact with Procore through Python for Data Connection Applications (no user authentication)
MIT License
4 stars 0 forks source link

[FR] Permission templates #29

Open HagenFritz opened 1 year ago

HagenFritz commented 1 year ago

Is your feature request related to a problem? Please describe. The Users.add() method has a permission_template_id parameter that can't really be used because you would have to know that value. The current state of the SDK does not provide an easy way to query this parameter.

Describe the solution you'd like Perhaps a generalized class that handles things like permissions and any other "general" components of a company. Or perhaps this query belongs in something like the Company class <- placing it here might be the way to go.

Describe alternatives you've considered Finding users and then looking at what their template ID is