Users


Attributes

Attribute Type Description
Read-only attribute
id Integer Unique identifier in Fakturoid
Read-only attribute
full_name String User full name
Read-only attribute
email String User email
Read-only attribute
avatar_url String User avatar URL
Read-only attribute
default_account String Default account slug
(Only on the /user.json endpoint)
Read-only attribute
permission String User permission for the current account
Read-only attribute
allowed_scope Array[String] List of allowed scopes
Values: reports, expenses, invoices
Read-only attribute
accounts Array[Object] List of accounts the user has access to
(Only on the /user.json endpoint)
  • Required attribute
    Required attribute (must always be present).
  • Read-only attribute
    Read-only attribute (cannot be changed).
  • Write-only attribute
    Write-only attribute (will not be returned).
  • Unmarked attributes are optional and can be omitted during request.

Accounts

Attribute Type Description
Read-only attribute
slug String Account URL slug
Goes to https://app.fakturoid.cz/api/v3/accounts/{slug}/…
Read-only attribute
logo String Account logo URL
Read-only attribute
name String Account name
Read-only attribute
registration_no String Account registration number
Read-only attribute
permission String Current user account permission
Read-only attribute
allowed_scope Array[String] List of allowed scopes for current user
Values: reports, expenses, invoices

Current User

Users Index