Skip to main content

users

Overview

Nameusers
TypeResource
Idgithub.migrations.users

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
delete_archive_for_authenticated_userEXECmigration_idDeletes a previous migration archive. Downloadable migration archives are automatically deleted after seven days. Migration metadata, which is returned in the List user migrations and Get a user migration status endpoints, will continue to be available even after an archive is deleted.
get_archive_for_authenticated_userEXECmigration_idFetches the URL to download the migration archive as a tar.gz file. Depending on the resources your repository uses, the migration archive can contain JSON files with data for these objects:

* attachments
* bases
* commit_comments
* issue_comments
* issue_events
* issues
* milestones
* organizations
* projects
* protected_branches
* pull_request_reviews
* pull_requests
* releases
* repositories
* review_comments
* schema
* users

The archive will also contain an attachments directory that includes all attachment files uploaded to GitHub.com and a repositories directory that contains the repository's Git data.