Post Organization
Organization API
Post Organization
POST
https://uprism.io:30443/v1/org/sync
modify to latest information API This API will execute add /modify /delete by organization data
Headers
Name
Type
Description
Authentication
string
"Bearer " + {AccessToken}
Request Body
Name
Type
Description
JSONArray
string
{ "clear" : "0" or "1" ( data clean ), "users" : [ { "userId" : "user ID", "userName" : "userName", "userRole" : "0" (user) or "1" (master), "className" : "manager", "deptId" : "deptId" } ], "depts": [ { "deptId" : "deptId", "deptName" : "deptName" }, { "deptId" : "deptId", "deptName" : "deptName", "deptUpId" : "up dept Id" } ] }
Last updated
Was this helpful?