Understanding nanoid identifiers and their usage in the Rise ecosystem
te-abc123def456
(15 characters total)
te-abc123def456
te-xyz789abc123
co-abc123def456
co-def456ghi789
us-abc123def456
us-ghi789jkl012
Entity Type | Prefix | Format | Example | Description |
---|---|---|---|---|
Team | te | te-abc123def456 | te-xyz789abc123 | Team or department |
Company | co | co-abc123def456 | co-def456ghi789 | Organization |
User | us | us-abc123def456 | us-ghi789jkl012 | Individual user |
Entity Type | Prefix | Format | Example | Description |
---|---|---|---|---|
Payment | pa | pa-abc123def456 | pa-pay123def456 | Individual payment |
Payment Group | pg | pg-abc123def456 | pg-grp123def456 | Batch payment group |
Invite | in | in-abc123def456 | in-inv123def456 | User invitation |
[prefix]-[12 random characters]
te-
, co-
, us-
, pa-
, pg-
, in-
)Error | Description | Solution |
---|---|---|
Invalid nanoid format | Nanoid doesn’t match expected pattern | Ensure nanoid is 15 characters with valid prefix |
Entity not found | Nanoid doesn’t exist in system | Verify the nanoid exists and is correct |
Permission denied | User lacks access to entity | Check user permissions for the entity |
Invalid entity type | Nanoid type doesn’t match expected type | Verify you’re using the correct nanoid type |