Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 876 Bytes

File metadata and controls

14 lines (11 loc) · 876 Bytes

# OrganizationRead

Properties

Name Type Description Notes
key string A URL-friendly name of the organization (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the organization.
id string Unique id of the organization
created_at \DateTime Date and time when the organization was created (ISO_8601 format).
updated_at \DateTime Date and time when the organization was last updated/modified (ISO_8601 format).
name string The name of the organization, usually it's your company's name.
settings object the settings for this project [optional]

[Back to Model list] [Back to API list] [Back to README]