Skip to content

Commit

Permalink
iam fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SlejmUr committed Nov 2, 2023
1 parent 73679e2 commit 2e3c356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PayCheckServerLib/Responses/IAM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ public static bool BulkBasic(HttpRequest request, ServerStruct serverStruct)
response.SetBody(JsonConvert.SerializeObject(bulk));
serverStruct.Response = response.GetResponse();
serverStruct.SendResponse();
return true;
}

[HTTP("POST", "/iam/v3/public/namespaces/{namespace}/users/bulk/platforms")]
Expand Down

0 comments on commit 2e3c356

Please sign in to comment.