Social
3 endpoints, using POST, PUT.
| Method | Endpoint | Path |
|---|---|---|
| POST | Create a brand | /social/brands |
| PUT | Assign a user to a single brand | /social/brands/{brandId} |
| PUT | Assign multiple brands | /social/brands/{brandId1},{brandId2},{brandId3} |
3 endpoints, using POST, PUT.
| Method | Endpoint | Path |
|---|---|---|
| POST | Create a brand | /social/brands |
| PUT | Assign a user to a single brand | /social/brands/{brandId} |
| PUT | Assign multiple brands | /social/brands/{brandId1},{brandId2},{brandId3} |