Travis CI API Docs

Users

Document resources/users/overview not found.

Attributes

NameTypeDescription
users[User]List of users.

Collection Items

Each entry in the users array has the following attributes:

NameTypeDescription
idIntegerValue uniquely identifying the user.
loginStringLogin set on Github.
nameStringName set on GitHub.
vcs_typeUnknownThe user's vcs_type.
ro_modeUnknownThe user's ro_mode.
github_idIntegerId set on GitHub.
vcs_idUnknownThe user's vcs_id.
avatar_urlStringAvatar URL set on GitHub.
educationBooleanWhether or not the user has an education account.
allow_migrationUnknownThe user's allow_migration.
allowanceUnknownThe user's allowance.
custom_keysUnknownThe user's custom_keys.
trial_allowedUnknownThe user's trial_allowed.
account_env_varsUnknownThe user's account_env_vars.
repositories[Repository]Repositories belonging to this user.
installationInstallationInstallation belonging to the user.
emailUnknownThe user's email.
is_syncingBooleanWhether or not the user is currently being synced with Github.
synced_atStringThe last time the user was synced with GitHub.
recently_signed_upUnknownThe user's recently_signed_up.
secure_user_hashUnknownThe user's secure_user_hash.
confirmed_atUnknownThe user's confirmed_at.
internalUnknownThe user's internal.
last_activity_atUnknownThe user's last_activity_at.
emailsUnknownThe user's emails.
collaboratorUnknownThe user's collaborator.

Actions

Suspend

Document resources/users/actions/suspend not found.

POST
/users/suspend

Example:POST /users/suspend

Unsuspend

Document resources/users/actions/unsuspend not found.

POST
/users/unsuspend

Example:POST /users/unsuspend