You can set the organization or company that is accessing a particular API using the atatus.set_company() function. By doing so, you can analyze how your Python API is being used.

Syntax

atatus.set_company(company_id=company.id)

Parameter

Parameter Type Description
company_id Number/String (Required) Company Id or Company name.

Example

copy
icon/buttons/copy
import atatus

# As of now, it supports only id property.
atatus.set_company('ACME CORP')

(or)

atatus.set_company(569812)

See also