Can we list schools tenant wise or not? If yes then how #455
-
We want to populate the school list according to the tenant. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@reshmi-nair can you please look into this |
Beta Was this translation helpful? Give feedback.
-
@sachinb80 Verify this thread for uploading the data Verify the search API is returning the data for the specific selection. |
Beta Was this translation helpful? Give feedback.
@vinukumar-vs @sachinb80 Please use Org upload API for this.
API documentation
Request format:
curl --location --request POST 'localhost:9000/v1/org/upload'
--header 'Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryOqHU2a1MzAKBayFA'
--header 'Authorization: Bearer '
--header 'x-authenticated-user-token:'
--form 'organisation=@"/home/reshmi/daily notes/org_upload_test.csv"'
Each successfully created organisation is associated with root org of uploader (org admin)