Optional
configuration: ConfigurationChecks for an existing User invitation.
Check a User Invitation
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Creates a User.
Create a User
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Creates a User invitation. Upon creation, an invitation email is sent to the User’s email address. Once the User registers for an Account, the invitation is deleted.
Create a User Invitation
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Deletes a User from a specific Account. If this is the User's only Account, the User is permanently deleted. This cannot be undone.
Delete a User
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Deletes a User invitation. This cannot be undone.
Delete a User Invitation
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Requests a temporary link be sent to the provided email address, allowing the User to reset their password.
Forgot Password
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Retrieves the details of an existing User.
Get a User
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Retrieves the details of an existing User invitation.
Get a User Invitation
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Returns a list of User invitations. The User invitations are sorted with the most recently created appearing first.
List all User Invitations
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Returns a list of Users. The Users are sorted with the most recently created appearing first.
List all Users
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
include_connected_accounts: booleanWhether or not to include the results from any connected accounts.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Creates a JSON Web Token.
Login
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Invalidates a User’s refresh token.
Logout
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Generates a new access token with a User's refresh token.
Refresh an Access Token
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Creates a User and simultaneously creates a partner Account. Note: This endpoint should only be used in the Sandbox environment.
Register
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Resends an existing User invitation.
Resend a User Invitation
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Resets a User's password. Resetting the password will also invalidate the User's refresh token.
Reset Password
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Updates a User by setting the values of the provided parameters. Any parameters not provided remain unchanged.
Update a User
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Generated using TypeDoc
UsersApi - axios parameter creator
Export