MicroStrategy / mstrio-py

Python integration for MicroStrategy
Apache License 2.0
90 stars 60 forks source link

The date a user is added to a User Group #92

Closed Daviesd8 closed 2 years ago

Daviesd8 commented 2 years ago

Would it be possible for the list_members() function available from a UserGroup object to also include the date when the User Object was added to the User Group This would allow for controlled access to User Groups for a period of time with automated scripting once that time period has been exceeded

urszulajaczewska commented 2 years ago

Hi @Daviesd8, we'll investigate this issue and available endpoints. I'll update you when we have more details

urszulajaczewska commented 2 years ago

Hi @Daviesd8, unfortunately it's not possible to include date. For list_members function we use /api/usergroups/{id}/members endpoint which returns list of users without any metadata when they were added to the group.