Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-11933

REST API for obtaining users list should retrieve the user created date

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • API - REST
    • None
    • 14
    • We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Problem Definition

      Nowadays, the GET /rest/api/1.0/admin/groups/more-members REST API endpoint does not retrieve each user's creation date, and that information might be useful for our customers.

      Example use case

      I would like to revoke accounts for users that have not logged in in the last 2 months, and I am going to use the authentication timestamp for that, but for users who have never even logged in, I would need to know when the account was created.

      Suggested Solution

      Include the user's creation date to the response. This information is stored at database level, in the CWD_USER.CREATED_DATE column.

      Workaround

      There are no known workarounds yet for retrieving that information via REST API.

              744c7388e89a Jemma Zhang
              fkraemer Felipe Kraemer
              Votes:
              8 Vote for this issue
              Watchers:
              11 Start watching this issue

                Created:
                Updated: