Skip to content

Commit

Permalink
Update add-org-roles-to-users.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mounikahmcts authored Feb 3, 2025
1 parent 1909716 commit d20b477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/add-org-roles-to-users.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ echo "Setting up Users with role assignments..."
./bin/utils/organisational-role-assignment.sh "[email protected]" "${CITIZEN_PASSWORD}" "PUBLIC" "case-allocator" '{"jurisdiction":"CIVIL","primaryLocation":"283922"}' "CTSC"
./bin/utils/organisational-role-assignment.sh "[email protected]" "${CITIZEN_PASSWORD}" "PUBLIC" "ctsc-team-leader" '{"jurisdiction":"CIVIL","primaryLocation":"283922","workTypes":"routine_work,access_requests"}' "CTSC"

./bin/utils/organisational-role-assignment.sh "[email protected]" "${CITIZEN_PASSWORD}" "PUBLIC" "tribunal-caseworker" '{"jurisdiction":"CIVIL","primaryLocation":"283922","workTypes":"routine_work,access_requests,hearing_work"}' "LEGAL_OPERATIONS"
./bin/utils/organisational-role-assignment.sh "[email protected]" "${CITIZEN_PASSWORD}" "PUBLIC" "tribunal-caseworker" '{"jurisdiction":"CIVIL","primaryLocation":"283922","workTypes":"routine_work,access_requests,hearing_work}' "LEGAL_OPERATIONS"
./bin/utils/organisational-role-assignment.sh "[email protected]" "${CITIZEN_PASSWORD}" "PUBLIC" "tribunal-caseworker" '{"jurisdiction":"CIVIL","primaryLocation":"283922","workTypes":"routine_work,access_requests,hearing_work"}' "legal-operations"
./bin/utils/organisational-role-assignment.sh "[email protected]" "${CITIZEN_PASSWORD}" "PUBLIC" "tribunal-caseworker" '{"jurisdiction":"CIVIL","primaryLocation":"283922","workTypes":"routine_work,access_requests,hearing_work}' "legal-operations"

./bin/utils/organisational-role-assignment.sh "[email protected]" "${JUDGE_PASSWORD}" "PUBLIC" "hmcts-judiciary" '{"jurisdiction":"CIVIL","primaryLocation":"455174"}' "JUDICIAL"
./bin/utils/organisational-role-assignment.sh "[email protected]" "${JUDGE_PASSWORD}" "PUBLIC" "hearing-viewer" '{"jurisdiction":"CIVIL","primaryLocation":"455174"}' "JUDICIAL"
Expand Down

0 comments on commit d20b477

Please sign in to comment.