You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create a challenge in v5, it is initially created in legacy via v4 challenge api. This marks the create_user in legacy as the tcwebservice user because that's what the API uses to create the user.
Since we're overriding pretty much everything immediately after create, can you pull the createdBy from v5 and write it to the projects.create_user. Catch is that you have to convert handle to member ID using the v5 member api.
The text was updated successfully, but these errors were encountered:
When you create a challenge in v5, it is initially created in legacy via v4 challenge api. This marks the create_user in legacy as the tcwebservice user because that's what the API uses to create the user.
Since we're overriding pretty much everything immediately after create, can you pull the createdBy from v5 and write it to the projects.create_user. Catch is that you have to convert handle to member ID using the v5 member api.
The text was updated successfully, but these errors were encountered: