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

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • API - REST
    • None
    • 18
    • 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.

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            fkraemer Felipe Kraemer
            Votes:
            8 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated: