Skip to content

Conversation

@srtaalej
Copy link
Contributor

This PR adds the admin.users.getExpiration method to the SDK.

Category (place an x in each of the [ ])

  • bolt (Bolt for Java)
  • bolt-{sub modules} (Bolt for Java - optional modules)
  • slack-api-client (Slack API Clients)
  • slack-api-model (Slack API Data Models)
  • slack-api-*-kotlin-extension (Kotlin Extensions for Slack API Clients)
  • slack-app-backend (The primitive layer of Bolt for Java)

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.

@srtaalej srtaalej self-assigned this Dec 18, 2025
@srtaalej srtaalej added the enhancement M-T: A feature request for new functionality label Dec 18, 2025
@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

❌ Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.30%. Comparing base (bf988dc) to head (f60257e).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...slack/api/methods/impl/AsyncMethodsClientImpl.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1543      +/-   ##
============================================
- Coverage     73.32%   73.30%   -0.02%     
- Complexity     4511     4513       +2     
============================================
  Files           477      477              
  Lines         14266    14274       +8     
  Branches       1487     1487              
============================================
+ Hits          10460    10464       +4     
- Misses         2916     2919       +3     
- Partials        890      891       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@srtaalej srtaalej marked this pull request as ready for review December 18, 2025 21:22
@srtaalej srtaalej requested a review from a team as a code owner December 18, 2025 21:22
Copy link
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@srtaalej LGTM! Thanks for such a fast follow up with more methods! 👾 ✨

private transient Map<String, List<String>> httpResponseHeaders;

private ErrorResponseMetadata responseMetadata;
private User user;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⭐ praise: It's great to find a user here!

@zimeg zimeg added the project:slack-api-client project:slack-api-client label Dec 18, 2025
@zimeg zimeg added this to the 1.47.0 milestone Dec 18, 2025
@zimeg zimeg linked an issue Dec 18, 2025 that may be closed by this pull request
6 tasks
@srtaalej srtaalej merged commit f48758d into main Dec 18, 2025
6 checks passed
@srtaalej srtaalej deleted the ale-admin-users-get-exp branch December 18, 2025 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement M-T: A feature request for new functionality project:slack-api-client project:slack-api-client

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for the admin.users.getExpiration API

3 participants