Skip to content

Comments

feat: Added modified and created time parameters#488

Merged
dorsha merged 4 commits intomainfrom
added-modified-time
Feb 24, 2025
Merged

feat: Added modified and created time parameters#488
dorsha merged 4 commits intomainfrom
added-modified-time

Conversation

@gaokevin1
Copy link
Member

@gaokevin1 gaokevin1 commented Feb 21, 2025

Related Issues

Fixes https://github.com/descope/etc/issues/9481

Related PRs

branch PR
service a PR Link to PR
service b PR Link to PR

Description

Added the following options to the Python SDK:

from_created_time (int): Optional int, only include users who were created on or after this time (in Unix epoch seconds)
to_created_time (int): Optional int, only include users who were created on or before this time (in Unix epoch seconds)
from_modified_time (int): Optional int, only include users whose last modification/update occurred on or after this time (in Unix epoch seconds)
to_modified_time (int): Optional int, only include users whose last modification/update occurred on or before this time (in Unix epoch seconds)

Must

  • Tests
  • Documentation (if applicable)

@dorsha
Copy link
Member

dorsha commented Feb 22, 2025

Tests fail

@github-actions
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  descope/management
  user.py
Project Total  

This report was generated by python-coverage-comment-action

@dorsha dorsha merged commit 079d9f4 into main Feb 24, 2025
19 checks passed
@dorsha dorsha deleted the added-modified-time branch February 24, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants