Manage multiple accounts under a single umbrella
Field | Type | Description |
---|---|---|
name | string | The name of your organization. Choose something recognizable and unique. |
metadata | object | Additional key-value pairs for storing extra information about the organization. |
external_id | string | Your own unique identifier for the organization, useful for cross-referencing. |
Field | Type | Description |
---|---|---|
id | string | Straddle’s unique identifier for the organization. |
name | string | The name you provided for the organization. |
external_id | string | Your provided unique identifier for the organization. |
metadata | object | The additional key-value pairs you provided. |
Parameter | Type | Description |
---|---|---|
name | string | Filter organizations by name (supports partial matching). |
external_id | string | Filter organizations by their external ID. |
page_number | integer | The page number for paginated results (default: 1). |
page_size | integer | Number of results per page (default: 100, max: 1000). |
sort_by | string | Field to sort by (default: ‘id’). |
sort_order | string | Sort order: ‘asc’ or ‘desc’ (default: ‘asc’). |
Meaningful Names
Utilize Metadata
Consistent External IDs
Regular Audits